getAdapter()->loadRepository(); if (!$repository) { return array(); } return PhabricatorEdgeQuery::loadDestinationPHIDs( $repository->getPHID(), PhabricatorProjectObjectHasProjectEdgeType::EDGECONST); } protected function getHeraldFieldStandardType() { return self::STANDARD_PHID_LIST; } public function getHeraldFieldValueType($condition) { switch ($condition) { case HeraldAdapter::CONDITION_EXISTS: case HeraldAdapter::CONDITION_NOT_EXISTS: return HeraldAdapter::VALUE_NONE; default: return HeraldAdapter::VALUE_PROJECT; } } }