Warning Twig version 2.x is no longer maintained.
keys
The keys
filter returns the keys of an array. It is useful when you want to
iterate over the keys of an array:
1 2 3
{% for key in array|keys %}
...
{% endfor %}
keys
The keys
filter returns the keys of an array. It is useful when you want to
iterate over the keys of an array:
1 2 3
{% for key in array|keys %}
...
{% endfor %}