We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affca22 commit 0cf2b81Copy full SHA for 0cf2b81
reference/events.rst
@@ -23,6 +23,9 @@ following information:
23
:method:`Symfony\\Component\\HttpKernel\\Event\\KernelEvent::getRequest`
24
Returns the current ``Request`` being handled.
25
26
+:method:`Symfony\\Component\\HttpKernel\\Event\\KernelEvent::isMasterRequest`
27
+ Checks if this is a master request.
28
+
29
.. _kernel-core-request:
30
31
``kernel.request``
0 commit comments