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

stageComponentAction() public method

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