getAdapter()->loadRepository(); if (!$repository) { return null; } return $repository->getPHID(); } protected function getHeraldFieldStandardType() { return self::STANDARD_PHID_NULLABLE; } protected function getDatasource() { return new DiffusionRepositoryDatasource(); } }