Differential D12509 Diff 30041 src/applications/maniphest/application/PhabricatorManiphestApplication.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/maniphest/application/PhabricatorManiphestApplication.php
| Show First 20 Lines • Show All 152 Lines • ▼ Show 20 Lines | return array( | ||||
| 'summary' => pht( | 'summary' => pht( | ||||
| 'This page documents the commands you can use to interact with '. | 'This page documents the commands you can use to interact with '. | ||||
| 'tasks in Maniphest. These commands work when creating new tasks '. | 'tasks in Maniphest. These commands work when creating new tasks '. | ||||
| 'via email and when replying to existing tasks.'), | 'via email and when replying to existing tasks.'), | ||||
| ), | ), | ||||
| ); | ); | ||||
| } | } | ||||
| public function getApplicationSearchDocumentTypes() { | |||||
| return array( | |||||
| ManiphestTaskPHIDType::TYPECONST, | |||||
| ); | |||||
| } | |||||
| } | } | ||||