You are here

views-view-field.html.twig in Drupal 10

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.