Differential D12509 Diff 30041 src/applications/project/application/PhabricatorProjectApplication.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/project/application/PhabricatorProjectApplication.php
| Show First 20 Lines • Show All 127 Lines • ▼ Show 20 Lines | return array( | ||||
| ), | ), | ||||
| ProjectDefaultJoinCapability::CAPABILITY => array( | ProjectDefaultJoinCapability::CAPABILITY => array( | ||||
| 'caption' => pht( | 'caption' => pht( | ||||
| 'Default join policy for newly created projects.'), | 'Default join policy for newly created projects.'), | ||||
| ), | ), | ||||
| ); | ); | ||||
| } | } | ||||
| public function getApplicationSearchDocumentTypes() { | |||||
| return array( | |||||
| PhabricatorProjectProjectPHIDType::TYPECONST, | |||||
| ); | |||||
| } | |||||
| } | } | ||||