File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed
dev/tests/static/testsuite/Magento/Test/Legacy/_files Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+ /**
3
+ * Copyright © 2015 Magento. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+
7
+ /**
8
+ * Temporary implementation that will be removed in scope of MAGETWO-28356.
9
+ *
10
+ * Obsolete methods for controllers
11
+ */
12
+ return [
13
+ 'loadLayout ' ,
14
+ 'renderLayout ' ,
15
+ '_redirect ' ,
16
+ '_setActiveMenu ' ,
17
+ '_addBreadcrumb ' ,
18
+ '_addContent ' ,
19
+ '_addLeft ' ,
20
+ '_addJs ' ,
21
+ '_moveBlockToContainer ' ,
22
+ ];
Original file line number Diff line number Diff line change
1
+ <?php
2
+ /**
3
+ * Copyright © 2015 Magento. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+
7
+ /**
8
+ * Temporary implementation that will be removed in scope of MAGETWO-28356.
9
+ *
10
+ * Controllers that were refactored and use ResultInterface
11
+ */
12
+ return [
13
+ '/app/code/Magento/Catalog/Controller ' ,
14
+ '/app/code/Magento/Backend/Controller ' ,
15
+ '/app/code/Magento/Sales/Controller ' ,
16
+ '/app/code/Magento/Customer/Controller ' ,
17
+ ];
You can’t perform that action at this time.
0 commit comments