Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit847d567

Browse files
committed
Missing reference docs for kernel.finish_request event
1 parent8966d40 commit847d567

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

‎reference/events.rst‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,25 @@ Listener Class Name
158158
:class:`Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener` -1024
159159
=================================================================================== ========
160160

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+
161180
``kernel.terminate``
162181
~~~~~~~~~~~~~~~~~~~~
163182

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp