Aimeos\ShopBundle\Controller\CatalogController::sessionComponentAction PHP Method

sessionComponentAction() public method

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