Slide 13
Slide 13 text
Example: kernel.controller event
Description
• Dispatched while processing request, after the controller has been resolved but before
executing it
• Used to initialize things or change the controller just before the controller is executed
Example usage
Collecting profiler data about routing
(see Symfony\Component\HttpKernel\DataCollector\RequestDataCollector)
Source
symfony/http-kernel package