Aimeos\ShopBundle\Controller\CheckoutController::standardComponentAction PHP Method

standardComponentAction() public method

Returns the output of the checkout standard component
public standardComponentAction ( ) : Response
return Response Response object containing the generated output
    public function standardComponentAction()
    {
        return $this->getOutput('checkout/standard');
    }