This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpKernel/Event
James Halsall cc0ef282cd
[HttpKernel] Deprecate X-Status-Code for better alternative
This marks the X-Status-Code header method of setting a custom response
status code in exception listeners as deprecated. Instead there is now
a new method on the GetResponseForExceptionEvent that allows successful
status codes in the response sent to the client.
2017-02-23 21:30:09 +00:00
..
FilterControllerArgumentsEvent.php Add the kernel.controller_arguments event 2016-04-07 16:51:22 +02:00
FilterControllerEvent.php Add the kernel.controller_arguments event 2016-04-07 16:51:22 +02:00
FilterResponseEvent.php remove api tags from code 2015-09-28 19:11:22 +02:00
FinishRequestEvent.php [HttpKernel] renamed the kernel finished event 2013-09-07 21:43:50 +02:00
GetResponseEvent.php remove api tags from code 2015-09-28 19:11:22 +02:00
GetResponseForControllerResultEvent.php remove api tags from code 2015-09-28 19:11:22 +02:00
GetResponseForExceptionEvent.php [HttpKernel] Deprecate X-Status-Code for better alternative 2017-02-23 21:30:09 +00:00
KernelEvent.php remove api tags that are new in 2.7 2015-09-29 14:08:33 +02:00
PostResponseEvent.php [HttpKernel] PostResponseEvent should extend the KernelEvent 2015-11-03 16:51:19 +00:00