Skip to content

Commit b225f47

Browse files
author
Yuri Kovsher
committed
Merge remote-tracking branch 'tango-ce/MAGETWO-33064' into MAGETWO-32571
Conflicts: dev/tests/static/testsuite/Magento/Test/Legacy/ObsoleteResponseTest.php
2 parents 99bc84d + 57a9d7e commit b225f47

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
];
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
];

0 commit comments

Comments
 (0)