File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,10 @@ Event):
172
172
#. Listeners of the ``kernel.response `` event can manipulate the ``Response ``
173
173
(content and headers);
174
174
175
- #. The Response is returned.
175
+ #. The Response is returned;
176
+
177
+ #. Listeners of the ``kernel.terminate `` event can perform tasks after the
178
+ Response has been served.
176
179
177
180
If an Exception is thrown during processing, the ``kernel.exception `` is
178
181
notified and listeners are given a chance to convert the Exception to a
@@ -367,6 +370,8 @@ The FrameworkBundle registers several listeners:
367
370
``kernel.terminate `` Event
368
371
..........................
369
372
373
+ *Event Class *: :class: `Symfony\\ Component\\ HttpKernel\\ Event\\ PostResponseEvent `
374
+
370
375
The purpose of this event is to perform "heavier" tasks after the response
371
376
was already served to the client.
372
377
You can’t perform that action at this time.
0 commit comments