Aimeos\ShopBundle\Controller\BasketController::relatedComponentAction PHP Method

relatedComponentAction() public method

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