Symfony\Bundle\FrameworkBundle\Controller
Classes
Provides common features needed in controllers.
Controller
deprecated
Controller is a simple implementation of a Controller.
ControllerNameParser
deprecated
ControllerNameParser converts controller from the short notation a:b:c
(BlogBundle:Post:index) to a fully-qualified class::method string
(Bundle\BlogBundle\Controller\PostController::indexAction).
Common features needed in controllers.
Redirects a request to another URL.
TemplateController.