Controller
Interfaces, Classes, Traits and Enums
- AbstractController
- Provides common features needed in controllers.
- Controller
- Controller is a simple implementation of a Controller.
- ControllerNameParser
- 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).
- ControllerResolver
- A controller resolver searching for a controller in a psr-11 container when using the "service:method" notation.
- RedirectController
- Redirects a request to another URL.
- TemplateController
- TemplateController.