twig_theme_test.dump.html.twig

Same filename in other branches
  1. 9 core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.dump.html.twig
  2. 11.x core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.dump.html.twig
{% set foo = '💩' %}
{% set bar = '🐣' %}
{% set baz = '☄️' %}
{{ dump(foo) }}
{{ dump() }}
{{ dump(foo, baz) }}

File

core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.dump.html.twig

View source
  1. {% set foo = '💩' %}
  2. {% set bar = '🐣' %}
  3. {% set baz = '☄️' %}
  4. {{ dump(foo) }}
  5. {{ dump() }}
  6. {{ dump(foo, baz) }}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.