Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
obsolete_response_methods.php
Go to the documentation of this file.
1 <?php
12 return [
13  'loadLayout',
14  'renderLayout',
15  '_redirect',
16  '_forward',
17  '_setActiveMenu',
18  '_addBreadcrumb',
19  '_addContent',
20  '_addLeft',
21  '_addJs',
22  '_moveBlockToContainer',
23 ];