@@ -41,7 +41,7 @@ object to match the ``Request`` and determine the Controller name (stored in the
41
41
42
42
Read more on the :ref: `kernel.request event <component-http-kernel-kernel-request >`.
43
43
44
- These are the built-in Symfony listeners related to this event:
44
+ These are the built-in Symfony listeners registered to this event:
45
45
46
46
============================================================================= ========
47
47
Listener Class Name Priority
@@ -59,8 +59,7 @@ Listener Class Name P
59
59
60
60
**Event Class **: :class: `Symfony\\ Component\\ HttpKernel\\ Event\\ FilterControllerEvent `
61
61
62
- This event is not used by the FrameworkBundle, but can be an entry point used
63
- to modify the controller that should be executed::
62
+ This event can be an entry point used to modify the controller that should be executed::
64
63
65
64
use Symfony\Component\HttpKernel\Event\FilterControllerEvent;
66
65
@@ -149,7 +148,7 @@ The FrameworkBundle registers several listeners:
149
148
150
149
Read more on the :ref: `kernel.response event <component-http-kernel-kernel-response >`.
151
150
152
- These are the built-in Symfony listeners related to this event:
151
+ These are the built-in Symfony listeners registered to this event:
153
152
154
153
=================================================================================== ========
155
154
Listener Class Name Priority
@@ -168,8 +167,8 @@ Listener Class Name
168
167
169
168
**Event Class **: :class: `Symfony\\ Component\\ HttpKernel\\ Event\\ PostResponseEvent `
170
169
171
- The purpose of this event is to perform "heavier" tasks after the response
172
- was already served to the client.
170
+ The purpose of this event is to perform tasks after the response was already
171
+ served to the client.
173
172
174
173
.. seealso ::
175
174
@@ -191,11 +190,9 @@ Listener Class Name Prior
191
190
192
191
**Event Class **: :class: `Symfony\\ Component\\ HttpKernel\\ Event\\ GetResponseForExceptionEvent `
193
192
194
- The FrameworkBundle registers an
195
- :class: `Symfony\\ Component\\ HttpKernel\\ EventListener\\ ExceptionListener ` that
196
- forwards the ``Request `` to a given Controller (the value of the
197
- ``exception_listener.controller `` parameter -- must be in the
198
- ``class::method `` notation).
193
+ The TwigBundle registers an :class: `Symfony\\ Component\\ HttpKernel\\ EventListener\\ ExceptionListener `
194
+ that forwards the ``Request `` to a given controller defined by the
195
+ ``exception_listener.controller `` parameter.
199
196
200
197
A listener on this event can create and set a ``Response `` object, create
201
198
and set a new ``Exception `` object, or do nothing::
@@ -232,7 +229,7 @@ and set a new ``Exception`` object, or do nothing::
232
229
233
230
Read more on the :ref: `kernel.exception event <component-http-kernel-kernel-exception >`.
234
231
235
- These are the built-in Symfony listeners related to this event:
232
+ These are the built-in Symfony listeners registered to this event:
236
233
237
234
========================================================================= ========
238
235
Listener Class Name Priority
0 commit comments