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

detailComponentAction() public method

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