Aimeos\ShopBundle\Controller\AccountController::indexAction PHP Méthode

indexAction() public méthode

Returns the html for the "My account" page.
public indexAction ( ) : Response
Résultat 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);
    }