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

filterComponentAction() public method

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