Skip to content

Instantly share code, notes, and snippets.

@robdecker
Last active October 18, 2019 19:13
Show Gist options
  • Save robdecker/52840e99012e1541b1370dbabccc3e15 to your computer and use it in GitHub Desktop.
Save robdecker/52840e99012e1541b1370dbabccc3e15 to your computer and use it in GitHub Desktop.
[Get all variables in twig template] #d8 #twig
<pre>{{ dump() }}</pre>
{{ dump(_context|keys) }}
<ol>
{% for key, value in _context %}
<li>{{ key }}</li>
{% endfor %}
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment