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

standardComponentAction() public method

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