views-view-field.html.twig

Same filename in this branch
  1. 11.x core/themes/stable9/templates/views/views-view-field.html.twig
  2. 11.x core/modules/views/templates/views-view-field.html.twig
Same filename and directory in other branches
  1. 9 core/themes/stable9/templates/views/views-view-field.html.twig
  2. 9 core/themes/stable/templates/views/views-view-field.html.twig
  3. 9 core/modules/views/tests/themes/views_test_theme/templates/views-view-field.html.twig
  4. 9 core/modules/views/templates/views-view-field.html.twig
  5. 8.9.x core/themes/stable/templates/views/views-view-field.html.twig
  6. 8.9.x core/modules/views/tests/themes/views_test_theme/templates/views-view-field.html.twig
  7. 8.9.x core/modules/views/templates/views-view-field.html.twig
  8. 10 core/themes/stable9/templates/views/views-view-field.html.twig
  9. 10 core/modules/views/tests/themes/views_test_theme/templates/views-view-field.html.twig
  10. 10 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
  1. {#
  2. /**
  3. * @file
  4. * Theme override to display all the fields in a views row.
  5. *
  6. * The reason for this template is to override the theme function provided by
  7. * views to allow tests to run against the twig template.
  8. */
  9. #}
  10. {% include '@views/views-view-field.html.twig' %}
  11. 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.