views-view-field.html.twig
Same filename in this branch
Same filename in other branches
- 9 core/themes/stable9/templates/views/views-view-field.html.twig
- 9 core/themes/stable/templates/views/views-view-field.html.twig
- 9 core/modules/views/tests/themes/views_test_theme/templates/views-view-field.html.twig
- 9 core/modules/views/templates/views-view-field.html.twig
- 8.9.x core/themes/stable/templates/views/views-view-field.html.twig
- 8.9.x core/modules/views/tests/themes/views_test_theme/templates/views-view-field.html.twig
- 8.9.x core/modules/views/templates/views-view-field.html.twig
- 11.x core/themes/stable9/templates/views/views-view-field.html.twig
- 11.x core/modules/views/tests/themes/views_test_theme/templates/views-view-field.html.twig
- 11.x core/modules/views/templates/views-view-field.html.twig
Theme override to display all the fields in a views row.
The reason for this template is to override the theme function provided by views to allow tests to run against the twig template.
File
-
core/
modules/ views/ tests/ themes/ views_test_theme/ templates/ views-view-field.html.twig
View source
- {#
- /**
- * @file
- * Theme override to display all the fields in a views row.
- *
- * The reason for this template is to override the theme function provided by
- * views to allow tests to run against the twig template.
- */
- #}
- {% include '@views/views-view-field.html.twig' %}
- Use posts instead of twigs to protect your llamas from escaping the field.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.