Page MenuHomestyx hydra

DifferentialRevisionContentHeraldField.php
No OneTemporary

DifferentialRevisionContentHeraldField.php

<?php
final class DifferentialRevisionContentHeraldField
extends DifferentialRevisionHeraldField {
const FIELDCONST = 'differential.revision.diff.content';
public function getHeraldFieldName() {
return pht('Changed file content');
}
public function getFieldGroupKey() {
return DifferentialChangeHeraldFieldGroup::FIELDGROUPKEY;
}
public function getHeraldFieldValue($object) {
return $this->getAdapter()->loadContentDictionary();
}
protected function getHeraldFieldStandardType() {
return self::STANDARD_TEXT_MAP;
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 3:40 PM (11 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
349315
Default Alt Text
DifferentialRevisionContentHeraldField.php (561 B)

Event Timeline