Same filename in this branch
  1. 10 core/modules/views/templates/views-view-fields.html.twig
  2. 10 core/themes/stable9/templates/views/views-view-fields.html.twig
  3. 10 core/modules/views/tests/themes/views_test_theme/templates/views-view-fields.html.twig
Same filename and directory in other branches
  1. 8.9.x core/modules/views/tests/themes/views_test_theme/templates/views-view-fields.html.twig
  2. 9 core/modules/views/tests/themes/views_test_theme/templates/views-view-fields.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.

File

core/modules/views/tests/themes/views_test_theme/templates/views-view-fields.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.
  8. */
  9. #}
  10. {% include '@views/views-view-fields.html.twig' %}
  11. May the force be with you!