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

countAction() public method

Returns the view for the XHR response with the counts for the facetted search.
public countAction ( ) : Response
return Response Response object containing the generated output
    public function countAction()
    {
        $params = $this->get('aimeos_page')->getSections('catalog-count');
        return $this->render('AimeosShopBundle:Catalog:count.html.twig', $params);
    }