Aimeos\ShopBundle\Controller\BasketController::relatedComponentAction PHP Méthode

relatedComponentAction() public méthode

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