File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -364,6 +364,19 @@ The FrameworkBundle registers several listeners:
364
364
365
365
Read more on the :ref: `kernel.response event <component-http-kernel-kernel-response >`.
366
366
367
+ .. index ::
368
+ single: Event; kernel.finish_request
369
+
370
+ ``kernel.finish_request `` Event
371
+ ...............................
372
+
373
+ *Event Class *: :class: `Symfony\\ Component\\ HttpKernel\\ Event\\ FinishRequestEvent `
374
+
375
+ The purpose of this event is to to handle tasks that should be performed after
376
+ the request has been handled but that do not need to modify the response.
377
+ Event listeners for the ``kernel.finish_request `` event are called in both
378
+ successful and exception cases.
379
+
367
380
.. index ::
368
381
single: Event; kernel.terminate
369
382
You can’t perform that action at this time.
0 commit comments