Version 1
[yaffs-website] / web / core / modules / views / tests / themes / views_test_theme / templates / views-view-fields.html.twig
diff --git a/web/core/modules/views/tests/themes/views_test_theme/templates/views-view-fields.html.twig b/web/core/modules/views/tests/themes/views_test_theme/templates/views-view-fields.html.twig
new file mode 100644 (file)
index 0000000..075f6ec
--- /dev/null
@@ -0,0 +1,11 @@
+{#
+/**
+ * @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!