getFieldName(); } public function getRequiredHandlePHIDsForPropertyView() { return PhabricatorEdgeQuery::loadDestinationPHIDs( $this->getObject()->getPHID(), DifferentialRevisionDependsOnRevisionEdgeType::EDGECONST); } public function renderPropertyViewValue(array $handles) { return $this->renderHandleList($handles); } public function getProTips() { return array( pht( 'Create a dependency between revisions by writing '. '"Depends on D123" in your summary.'), ); } public function shouldAppearInConduitDictionary() { return true; } public function getConduitDictionaryValue() { return PhabricatorEdgeQuery::loadDestinationPHIDs( $this->getObject()->getPHID(), DifferentialRevisionDependsOnRevisionEdgeType::EDGECONST); } }