Controller of homepage of setup
Definition at line 15 of file Home.php.
◆ indexAction()
- Returns
- ViewModel|\Zend\Http\Response
Definition at line 20 of file Home.php.
22 $view =
new ViewModel;
23 $view->setTerminal(
true);
24 $view->setTemplate(
'/magento/setup/home.phtml');
25 $view->setVariable(
'userName',
'UserName');
The documentation for this class was generated from the following file:
- vendor/magento/magento2-base/setup/src/Magento/Setup/Controller/Home.php