Skip to content

Instantly share code, notes, and snippets.

@jenkoian
Created March 21, 2016 11:12
Show Gist options
  • Select an option

  • Save jenkoian/ffe15e8d271e6b7877e1 to your computer and use it in GitHub Desktop.

Select an option

Save jenkoian/ffe15e8d271e6b7877e1 to your computer and use it in GitHub Desktop.
Twig is_granted example
{% 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