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

updateComponentAction() public méthode

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