Aimeos\ShopBundle\Controller\CheckoutController::standardComponentAction PHP Méthode

standardComponentAction() public méthode

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