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

countComponentAction() public method

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