twig_theme_test.php_variables.html.twig
Same filename in other branches
- 9 core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.php_variables.html.twig
- 8.9.x core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.php_variables.html.twig
- 11.x core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.php_variables.html.twig
{# Output for Twig Theme PHP variables test. #} <ul> {% for key, php_value in php_values %} <li>{{ key }}: {{ php_value.value }}</li> {% endfor %} </ul>
File
-
core/
modules/ system/ tests/ modules/ twig_theme_test/ templates/ twig_theme_test.php_variables.html.twig
View source
- {# Output for Twig Theme PHP variables test. #}
- <ul>
- {% for key, php_value in php_values %}
- <li>{{ key }}: {{ php_value.value }}</li>
- {% endfor %}
- </ul>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.