Page MenuHomestyx hydra

DifferentialDiffRepositoryProjectsHeraldField.php
No OneTemporary

DifferentialDiffRepositoryProjectsHeraldField.php

<?php
final class DifferentialDiffRepositoryProjectsHeraldField
extends DifferentialDiffHeraldField {
const FIELDCONST = 'differential.diff.repository.projects';
public function getHeraldFieldName() {
return pht('Repository projects');
}
public function getHeraldFieldValue($object) {
$repository = $this->getAdapter()->loadRepository();
if (!$repository) {
return array();
}
return PhabricatorEdgeQuery::loadDestinationPHIDs(
$repository->getPHID(),
PhabricatorProjectObjectHasProjectEdgeType::EDGECONST);
}
protected function getHeraldFieldStandardType() {
return self::STANDARD_PHID_LIST;
}
protected function getDatasource() {
return new PhabricatorProjectDatasource();
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Nov 30, 7:57 PM (9 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
429599
Default Alt Text
DifferentialDiffRepositoryProjectsHeraldField.php (752 B)

Event Timeline