8000 Add isMasterRequest method · symfony/symfony-docs@0cf2b81 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0cf2b81

Browse files
makmaouixabbuh
authored andcommitted
Add isMasterRequest method
The isMasterRequest method is available on KernelEvent but not listed in documentation
1 parent affca22 commit 0cf2b81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reference/events.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ following information:
2323
:method:`Symfony\\Component\\HttpKernel\\Event\\KernelEvent::getRequest`
2424
Returns the current ``Request`` being handled.
2525

26+
:method:`Symfony\\Component\\HttpKernel\\Event\\KernelEvent::isMasterRequest`
27+
Checks if this is a master request.
28+
2629
.. _kernel-core-request:
2730

2831
``kernel.request``

0 commit comments

Comments
 (0)
0