Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/application/PhabricatorConfigApplication.php
| Show First 20 Lines • Show All 58 Lines • ▼ Show 20 Lines | return array( | ||||
| '' => 'PhabricatorConfigCacheController', | '' => 'PhabricatorConfigCacheController', | ||||
| 'purge/' => 'PhabricatorConfigPurgeCacheController', | 'purge/' => 'PhabricatorConfigPurgeCacheController', | ||||
| ), | ), | ||||
| 'module/' => array( | 'module/' => array( | ||||
| '(?P<module>[^/]+)/' => 'PhabricatorConfigModuleController', | '(?P<module>[^/]+)/' => 'PhabricatorConfigModuleController', | ||||
| ), | ), | ||||
| 'cluster/' => array( | 'cluster/' => array( | ||||
| 'databases/' => 'PhabricatorConfigClusterDatabasesController', | 'databases/' => 'PhabricatorConfigClusterDatabasesController', | ||||
| 'notifications/' => 'PhabricatorConfigClusterNotificationsController', | |||||
| ), | ), | ||||
| ), | ), | ||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||