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 b60b22e commit ac875c4Copy full SHA for ac875c4
reference/twig_reference.rst
@@ -154,6 +154,10 @@ Returns ``true`` if the current user has the given role. If several roles are
154
passed in an array, ``true`` is returned if the user has at least one of
155
them.
156
157
+.. deprecated:: 4.4
158
+
159
+ The feature to pass an array of roles to ``is_granted()`` was deprecated in Symfony 4.4.
160
161
Optionally, an object can be passed to be used by the voter. More information
162
can be found in :ref:`security-template`.
163
0 commit comments