Answers for "commands drupal dump variables objects"

2

print all variables twig

<ol>
  {% for key, value in _context  %}
    <li>{{ key }}</li>
  {% endfor %}
</ol>
Posted by: Guest on January-04-2021

Code answers related to "commands drupal dump variables objects"

Browse Popular Code Answers by Language