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

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

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