Magento 2
An UML relationship of the Magento\Framework\App\ResponseInterface implementers
Development
http-response
,
uml
dmitrii_fediuk
(Dmitrii Fediuk)
May 6, 2017, 7:21pm
1
How to return a JSON response from a controller
How to redirect a customer to another URL using a controller
How does the ProductVideo module load a video preview image from YouTube or Vimeo
The constructor of the class \Magento\Framework\View\Result\PageFactory can be shortened by using PHP 5.5 class name resolution via ::class
How is Magento\Framework\View\Result\Page::render() implemented and used?
The constructor of the class \Magento\Framework\View\Result\LayoutFactory can be shortened by using PHP 5.5 class name resolution via ::class
dmitrii_fediuk
(Dmitrii Fediuk)
May 6, 2017, 7:32pm
2
See also:
How is
Magento\Framework\View\Result\Page::render()
implemented and used?