Differential D8361 Diff 19878 src/applications/differential/customfield/DifferentialBlameRevisionField.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/customfield/DifferentialBlameRevisionField.php
| Show All 9 Lines | final class DifferentialBlameRevisionField | ||||
| public function getFieldName() { | public function getFieldName() { | ||||
| return pht('Blame Revision'); | return pht('Blame Revision'); | ||||
| } | } | ||||
| public function getFieldDescription() { | public function getFieldDescription() { | ||||
| return pht('Stores a reference to what this fixes.'); | return pht('Stores a reference to what this fixes.'); | ||||
| } | } | ||||
| public function shouldDisableByDefault() { | |||||
| return true; | |||||
| } | |||||
| public function shouldAppearInPropertyView() { | public function shouldAppearInPropertyView() { | ||||
| return true; | return true; | ||||
| } | } | ||||
| public function renderPropertyViewLabel() { | public function renderPropertyViewLabel() { | ||||
| return $this->getFieldName(); | return $this->getFieldName(); | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 58 Lines • Show Last 20 Lines | |||||