Differential D20398 Diff 48689 src/applications/dashboard/phid/PhabricatorDashboardPortalPHIDType.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/dashboard/phid/PhabricatorDashboardPortalPHIDType.php
| Show All 28 Lines | public function loadHandles( | ||||
| PhabricatorHandleQuery $query, | PhabricatorHandleQuery $query, | ||||
| array $handles, | array $handles, | ||||
| array $objects) { | array $objects) { | ||||
| foreach ($handles as $phid => $handle) { | foreach ($handles as $phid => $handle) { | ||||
| $portal = $objects[$phid]; | $portal = $objects[$phid]; | ||||
| $handle | $handle | ||||
| ->setIcon('fa-compass') | |||||
| ->setName($portal->getName()) | ->setName($portal->getName()) | ||||
| ->setURI($portal->getURI()); | ->setURI($portal->getURI()); | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||