Aimeos\ShopBundle\Controller\CheckoutController::standardComponentAction PHP Метод

standardComponentAction() публичный Метод

Returns the output of the checkout standard component
public standardComponentAction ( ) : Response
Результат Response Response object containing the generated output
    public function standardComponentAction()
    {
        return $this->getOutput('checkout/standard');
    }