'Deprecated functions in magento 2.4
I am building one custom module. I got following warnings from marketplace .Can anyone help me out in resolving these.
loadLayout method is deprecated. Please use \Magento\Framework\View\Layout\Builder::build instead Error line : $this->_view->loadLayout();
renderLayout method is deprecated. Please use \Magento\Framework\Controller\ResultInterface::renderResult instead. Error line : $this->_view->renderLayout();
_redirect method is deprecated. Please use \Magento\Backend\Model\View\Result\Redirect::render instead. Error line: $this->_redirect('customer/account/login/');
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|