setKey('tag') ->setLabel(pht('Tagged with Project')), ); } public function newMailStamps($object, array $xactions) { $editor = $this->getEditor(); $viewer = $this->getViewer(); $project_phids = PhabricatorEdgeQuery::loadDestinationPHIDs( $object->getPHID(), PhabricatorProjectObjectHasProjectEdgeType::EDGECONST); $this->getMailStamp('tag') ->setValue($project_phids); } }