8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282fd8a commit 4cf2d0bCopy full SHA for 4cf2d0b
reference/events.rst
@@ -163,8 +163,10 @@ Listener Class Name
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 after a sub-request has finished::
+The purpose of this event is to allow you to reset the global and environmental
+state of the application after a sub-request has finished (for example, the
168
+translator listener resets the translator's locale to the one of the parent
169
+request)::
170
171
public function onKernelFinishRequest(FinishRequestEvent $event)
172
{
0 commit comments