Created
March 21, 2016 11:12
-
-
Save jenkoian/ffe15e8d271e6b7877e1 to your computer and use it in GitHub Desktop.
Twig is_granted example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% if is_granted(‘ROLE_ADMIN’) %} | |
| <button>Secret Button</button> | |
| {% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment