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 9cd5b2b commit f71cf80Copy full SHA for f71cf80
reference/twig_reference.rst
@@ -309,9 +309,8 @@ is_granted
309
**type**: ``string``
310
311
Returns ``true`` if the current user has the given role. If several roles are
312
-passed in an array, returns ``true`` if the user has all of them or at least one
313
-of them, depending on the value of this option:
314
-:ref:`security.access_decision_manager.strategy <security-voters-change-strategy>`.
+passed in an array, ``true`` is returned if the user has at least one of
+them.
315
316
Optionally, an object can be passed to be used by the voter. More information
317
can be found in :ref:`security-template`.
0 commit comments