applyProjects($effect->getTarget(), $is_add = false); } public function getHeraldActionStandardType() { return self::STANDARD_PHID_LIST; } protected function getDatasource() { return new PhabricatorProjectDatasource(); } public function renderActionDescription($value) { return pht('Remove projects: %s.', $this->renderHandleList($value)); } }