Last active
October 18, 2019 19:13
-
-
Save robdecker/52840e99012e1541b1370dbabccc3e15 to your computer and use it in GitHub Desktop.
[Get all variables in twig template] #d8 #twig
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
<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