We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012784e commit f001b9bCopy full SHA for f001b9b
reference/twig_reference.rst
@@ -294,7 +294,8 @@ is_granted
294
295
Returns ``true`` if the current user has the given role. If several roles are
296
passed in an array, ``true`` is returned if the user has at least one of
297
-them.
+them or all of them, depending on the
298
+:ref:`Access Decision Manager strategy <security-access-control-enforcement-options>`.
299
300
Optionally, an object can be passed to be used by the voter. More information
301
can be found in :ref:`security-template`.
0 commit comments