Changeset View
Changeset View
Standalone View
Standalone View
src/applications/base/PhabricatorApplication.php
| Show First 20 Lines • Show All 576 Lines • ▼ Show 20 Lines | switch ($capability) { | ||||
| case PhabricatorPolicyCapability::CAN_EDIT: | case PhabricatorPolicyCapability::CAN_EDIT: | ||||
| return null; | return null; | ||||
| default: | default: | ||||
| $spec = $this->getCustomCapabilitySpecification($capability); | $spec = $this->getCustomCapabilitySpecification($capability); | ||||
| return idx($spec, 'caption'); | return idx($spec, 'caption'); | ||||
| } | } | ||||
| } | } | ||||
| public function getApplicationSearchDocumentTypes() { | |||||
| return array(); | |||||
| } | |||||
| } | } | ||||