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

listAction() public method

Returns the html for the catalog list page.
public listAction ( ) : Response
return Response Response object containing the generated output
    public function listAction()
    {
        $params = $this->get('aimeos_page')->getSections('catalog-list');
        return $this->render('AimeosShopBundle:Catalog:list.html.twig', $params);
    }