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

indexAction() public method

Returns the html for the "My account" page.
public indexAction ( ) : Response
return Symfony\Component\HttpFoundation\Response Response object containing the generated output
    public function indexAction()
    {
        $params = $this->get('aimeos_page')->getSections('account-index');
        return $this->render('AimeosShopBundle:Account:index.html.twig', $params);
    }