Differential D17004 Diff 41390 src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldHeader.php
Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldHeader.php
| Show All 20 Lines | final class PhabricatorStandardCustomFieldHeader | ||||
| public function shouldUseStorage() { | public function shouldUseStorage() { | ||||
| return false; | return false; | ||||
| } | } | ||||
| public function getStyleForPropertyView() { | public function getStyleForPropertyView() { | ||||
| return 'header'; | return 'header'; | ||||
| } | } | ||||
| public function renderPropertyViewValue(array $handles) { | protected function renderValue() { | ||||
| return $this->getFieldName(); | return $this->getFieldName(); | ||||
| } | } | ||||
| public function shouldAppearInApplicationSearch() { | public function shouldAppearInApplicationSearch() { | ||||
| return false; | return false; | ||||
| } | } | ||||
| } | } | ||||