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

listComponentAction() public method

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