File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
app/code/Magento/Backend/etc/adminhtml
lib/internal/Magento/Framework/App/Action Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 90
90
<argument name =" instanceName" xsi : type =" string" >Magento\Backend\Model\View\Result\Page</argument >
91
91
</arguments >
92
92
</type >
93
+ <type name =" Magento\Framework\Controller\ResultFactory" >
94
+ <arguments >
95
+ <argument name =" typeMap" xsi : type =" array" >
96
+ <item name =" redirect" xsi : type =" array" >
97
+ <item name =" type" xsi : type =" const" >Magento\Framework\Controller\ResultFactory::TYPE_REDIRECT</item >
98
+ <item name =" class" xsi : type =" string" >Magento\Backend\Model\View\Result\Redirect</item >
99
+ </item >
100
+ <item name =" page" xsi : type =" array" >
101
+ <item name =" type" xsi : type =" const" >Magento\Framework\Controller\ResultFactory::TYPE_PAGE</item >
102
+ <item name =" class" xsi : type =" string" >Magento\Backend\Model\View\Result\Page</item >
103
+ </item >
104
+ <item name =" forward" xsi : type =" array" >
105
+ <item name =" type" xsi : type =" const" >Magento\Framework\Controller\ResultFactory::TYPE_FORWARD</item >
106
+ <item name =" class" xsi : type =" string" >Magento\Backend\Model\View\Result\Forward</item >
107
+ </item >
108
+ </argument >
109
+ </arguments >
110
+ </type >
93
111
<type name =" Magento\Framework\View\Layout\BuilderFactory" >
94
112
<arguments >
95
113
<argument name =" typeMap" xsi : type =" array" >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ abstract class AbstractAction implements \Magento\Framework\App\ActionInterface
25
25
protected $ resultRedirectFactory ;
26
26
27
27
/**
28
- * @var \Magento\Framework\Controller\ResultFactory;
28
+ * @var \Magento\Framework\Controller\ResultFactory
29
29
*/
30
30
protected $ resultFactory ;
31
31
You can’t perform that action at this time.
0 commit comments