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

suggestComponentAction() public method

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