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 f46a61c commit fc75fb8Copy full SHA for fc75fb8
book/security.rst
@@ -1190,7 +1190,9 @@ look like:
1190
user is actually authenticated, check for the ``IS_AUTHENTICATED_FULLY``
1191
role.
1192
1193
-In a Twig Template this object can be accessed via :class:`Symfony\\Bundle\\FrameworkBundle\\Templating\\GlobalVariables`
+In a Twig Template this object can be accessed via the ``app.user`` key,
1194
+which calls the :method:`GlobalVariables::getUser()<Symfony\\Bundle\\FrameworkBundle\\Templating\\GlobalVariables::getUser>`
1195
+method:
1196
1197
.. configuration-block::
1198
0 commit comments