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

detailAction() public method

Returns the html for the catalog detail page.
public detailAction ( ) : Response
return Response Response object containing the generated output
    public function detailAction()
    {
        $params = $this->get('aimeos_page')->getSections('catalog-detail');
        return $this->render('AimeosShopBundle:Catalog:detail.html.twig', $params);
    }