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

stockAction() public method

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