Overview

Namespaces

  • ApiBundle
    • DataFixtures
      • Faker
        • Provider
    • DependencyInjection
    • Doctrine
      • DBAL
        • Type
      • ORM
        • Filter
          • User
    • Entity
    • EventListener
      • Doctrine
    • Manager
    • Utils
  • FrontBundle
    • Bundle
      • UserBundle
    • Client
      • Exception
    • Controller
    • DependencyInjection
    • Form
      • DataTransformer
      • Type
    • Menu
    • Security
      • Http
        • Authentication
    • Services
      • Http
    • Twig
    • Utils

Classes

  • BaseController
  • DashboardController
  • JobController
  • MandateController
  • UserController

Interfaces

  • ApiControllerInterface
  • Overview
  • Namespace
  • Class

Class DashboardController

Class DashboardController.

Symfony\Bundle\FrameworkBundle\Controller\Controller
Extended by FrontBundle\Controller\DashboardController
Namespace: FrontBundle\Controller
Author: Théo FIDRY theo.fidry@gmail.com
Located at FrontBundle/Controller/DashboardController.php
Methods summary
public Symfony\Component\HttpFoundation\Response
# indexAction( )

Lists all User entities.

Lists all User entities.

Returns

Symfony\Component\HttpFoundation\Response

Method("get")

Route("/",

name="dashboard")

Template("frontbundle::dashboard.html.twig")

API documentation generated by ApiGen