Page MenuHomePhabricator

DifferentialDiffContentHeraldField.php
No OneTemporary

DifferentialDiffContentHeraldField.php

<?php
final class DifferentialDiffContentHeraldField
extends DifferentialDiffHeraldField {
const FIELDCONST = 'differential.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
Tue, Nov 11, 1:59 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8228753
Default Alt Text
DifferentialDiffContentHeraldField.php (544 B)

Event Timeline