Differential D17068 Diff 41084 src/applications/differential/customfield/DifferentialBlameRevisionField.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/customfield/DifferentialBlameRevisionField.php
| Show First 20 Lines • Show All 108 Lines • ▼ Show 20 Lines | final class DifferentialBlameRevisionField | ||||
| public function renderCommitMessageValue(array $handles) { | public function renderCommitMessageValue(array $handles) { | ||||
| return $this->getValue(); | return $this->getValue(); | ||||
| } | } | ||||
| public function shouldAppearInConduitDictionary() { | public function shouldAppearInConduitDictionary() { | ||||
| return true; | return true; | ||||
| } | } | ||||
| public function shouldAppearInConduitTransactions() { | |||||
| return true; | |||||
| } | |||||
| protected function newConduitEditParameterType() { | |||||
| return new ConduitStringParameterType(); | |||||
| } | |||||
| } | } | ||||