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

drupal/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.php_variables.html.twig
View source