Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SelectBilling.php
Go to the documentation of this file.
1 <?php
8 
9 class SelectBilling extends \Magento\Multishipping\Controller\Checkout\Address
10 {
14  public function execute()
15  {
16  $this->_getState()->setActiveStep(
18  );
19  $this->_view->loadLayout();
20  $this->_view->renderLayout();
21  }
22 }