You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #10461 Improve is_granted documentation (Jean85)
This PR was squashed before being merged into the 2.8 branch (closes#10461).
Discussion
----------
Improve is_granted documentation
This improves the doc for the 'is_granted` Twig function. Under the hood, it calls `AuthorizationChecker::isGranted()` which accepts multiple attributes to be checked, but that's not clear. I've referred to the only other part of the doc where this is clear.
Commits
-------
8ba3229 Improve is_granted documentation
0 commit comments