views-view-fields.html.twig in Drupal 10
Same filename in this branch
Same filename and directory in other branches
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.twigView 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.
- */
- #}
- {% include '@views/views-view-fields.html.twig' %}
- May the force be with you!