Differential D14584 Diff 35308 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 45 Lines • ▼ Show 20 Lines | return array( | ||||
| '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>[^/]+)/' => | 'lock/(?P<key>[^/]+)/' => | ||||
| 'PhabricatorEditEngineConfigurationLockController', | 'PhabricatorEditEngineConfigurationLockController', | ||||
| 'defaultcreate/(?P<key>[^/]+)/' => | |||||
| 'PhabricatorEditEngineConfigurationDefaultCreateController', | |||||
| 'disable/(?P<key>[^/]+)/' => | |||||
| 'PhabricatorEditEngineConfigurationDisableController', | |||||
| ), | ), | ||||
| ), | ), | ||||
| ), | ), | ||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||