Differential D14702 Diff 35572 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 47 Lines • ▼ Show 20 Lines | return array( | ||||
| '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>[^/]+)/' => | 'defaultcreate/(?P<key>[^/]+)/' => | ||||
| 'PhabricatorEditEngineConfigurationDefaultCreateController', | 'PhabricatorEditEngineConfigurationDefaultCreateController', | ||||
| 'defaultedit/(?P<key>[^/]+)/' => | |||||
| 'PhabricatorEditEngineConfigurationIsEditController', | |||||
| 'disable/(?P<key>[^/]+)/' => | 'disable/(?P<key>[^/]+)/' => | ||||
| 'PhabricatorEditEngineConfigurationDisableController', | 'PhabricatorEditEngineConfigurationDisableController', | ||||
| ), | ), | ||||
| ), | ), | ||||
| ), | ), | ||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||