Aimeos\ShopBundle\Controller\BasketController::indexAction PHP Method

indexAction() public method

Returns the html for the standard basket page.
public indexAction ( ) : Response
return Response Response object containing the generated output
    public function indexAction()
    {
        $params = $this->get('aimeos_page')->getSections('basket-index');
        return $this->render('AimeosShopBundle:Basket:index.html.twig', $params);
    }