Standard\Controllers\AccountController::indexAction PHP Method

indexAction() public method

public indexAction ( )
    public function indexAction()
    {
        echo $this->twig->render('account/index.twig', ['message' => 'Hello from account, index action']);
    }