Baikal\FrontendBundle\Controller\DashboardController::indexAction PHP Method

indexAction() public method

public indexAction ( )
    public function indexAction()
    {
        return $this->render('BaikalFrontendBundle:Dashboard:index.html.twig', array('user' => $this->get('security.context')->getToken()->getUser()));
    }
DashboardController