File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,25 @@ Listener Class Name
158
158
:class: `Symfony\\ Component\\ HttpKernel\\ EventListener\\ StreamedResponseListener ` -1024
159
159
=================================================================================== ========
160
160
161
+ ``kernel.finish_request ``
162
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
163
+
164
+ **Event Class **: :class: `Symfony\\ Component\\ HttpKernel\\ Event\\ FinishRequestEvent `
165
+
166
+ The purpose of this event is to allow you to reset the global and environmental state of
167
+ the application, when it was changed during the request.
168
+
169
+ These are the built-in Symfony listeners related to this event:
170
+
171
+ ========================================================================== ========
172
+ Listener Class Name Priority
173
+ ========================================================================== ========
174
+ :class: `Symfony\\ Component\\ HttpKernel\\ EventListener\\ LocaleListener ` 0
175
+ :class: `Symfony\\ Component\\ HttpKernel\\ EventListener\\ TranslatorListener ` 0
176
+ :class: `Symfony\\ Component\\ HttpKernel\\ EventListener\\ RouterListener ` 0
177
+ :class: `Symfony\\ Component\\ Security\\ Http\\ Firewall ` 0
178
+ ========================================================================== ========
179
+
161
180
``kernel.terminate ``
162
181
~~~~~~~~~~~~~~~~~~~~
163
182
You can’t perform that action at this time.
0 commit comments