Skip to content

Instantly share code, notes, and snippets.

@isana53
Created August 19, 2020 03:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save isana53/d7fc02afff7952ce38e8079a07d4dbc5 to your computer and use it in GitHub Desktop.
This is a class context that could reduce the speed of Action processing
/**    
* @param \Magento\Framework\App\RequestInterface $request    
* @param \Magento\Framework\App\ResponseInterface $response    
* @param \Magento\Framework\ObjectManagerInterface $objectManager    
* @param \Magento\Framework\Event\ManagerInterface $eventManager    
* @param \Magento\Framework\UrlInterface $url    
* @param \Magento\Framework\App\Response\RedirectInterface $redirect    
* @param \Magento\Framework\App\ActionFlag $actionFlag    
* @param \Magento\Framework\App\ViewInterface $view    
* @param \Magento\Framework\Message\ManagerInterface $messageManager    
* @param\Magento\Framework\Controller\Result\RedirectFactory $resultRedirectFactory    
* @param \Magento\Framework\Controller\ResultFactory $resultFactory    
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment