Changeset View
Changeset View
Standalone View
Standalone View
src/applications/search/profilepanel/PhabricatorProfilePanel.php
| Show All 24 Lines | public function buildEditEngineFields( | ||||
| PhabricatorProfilePanelConfiguration $config) { | PhabricatorProfilePanelConfiguration $config) { | ||||
| return array(); | return array(); | ||||
| } | } | ||||
| public function canAddToObject($object) { | public function canAddToObject($object) { | ||||
| return false; | return false; | ||||
| } | } | ||||
| public function shouldEnableForObject($object) { | |||||
| return true; | |||||
| } | |||||
| public function canHidePanel( | public function canHidePanel( | ||||
| PhabricatorProfilePanelConfiguration $config) { | PhabricatorProfilePanelConfiguration $config) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| public function canMakeDefault( | public function canMakeDefault( | ||||
| PhabricatorProfilePanelConfiguration $config) { | PhabricatorProfilePanelConfiguration $config) { | ||||
| return false; | return false; | ||||
| Show All 27 Lines | |||||