Differential D12509 Diff 30041 src/applications/differential/application/PhabricatorDifferentialApplication.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/application/PhabricatorDifferentialApplication.php
| Show First 20 Lines • Show All 199 Lines • ▼ Show 20 Lines | return array( | ||||
| 'object' => new DifferentialRevision(), | 'object' => new DifferentialRevision(), | ||||
| '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 '. | ||||
| 'revisions in Differential.'), | 'revisions in Differential.'), | ||||
| ), | ), | ||||
| ); | ); | ||||
| } | } | ||||
| public function getApplicationSearchDocumentTypes() { | |||||
| return array( | |||||
| DifferentialRevisionPHIDType::TYPECONST, | |||||
| ); | |||||
| } | |||||
| } | } | ||||