Differential D14509 Diff 35177 src/applications/transactions/application/PhabricatorTransactionsApplication.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/transactions/application/PhabricatorTransactionsApplication.php
| Show First 20 Lines • Show All 43 Lines • ▼ Show 20 Lines | return array( | ||||
| 'view/(?P<key>[^/]+)/' => | 'view/(?P<key>[^/]+)/' => | ||||
| 'PhabricatorEditEngineConfigurationViewController', | 'PhabricatorEditEngineConfigurationViewController', | ||||
| 'save/(?P<key>[^/]+)/' => | 'save/(?P<key>[^/]+)/' => | ||||
| 'PhabricatorEditEngineConfigurationSaveController', | 'PhabricatorEditEngineConfigurationSaveController', | ||||
| 'reorder/(?P<key>[^/]+)/' => | 'reorder/(?P<key>[^/]+)/' => | ||||
| 'PhabricatorEditEngineConfigurationReorderController', | 'PhabricatorEditEngineConfigurationReorderController', | ||||
| 'defaults/(?P<key>[^/]+)/' => | 'defaults/(?P<key>[^/]+)/' => | ||||
| 'PhabricatorEditEngineConfigurationDefaultsController', | 'PhabricatorEditEngineConfigurationDefaultsController', | ||||
| 'lock/(?P<key>[^/]+)/' => | |||||
| 'PhabricatorEditEngineConfigurationLockController', | |||||
| ), | ), | ||||
| ), | ), | ||||
| ), | ), | ||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||