views-view-mapping-test.html.twig in Drupal 10
Same filename in this branch
- 10 core/modules/views/templates/views-view-mapping-test.html.twig
- 10 core/themes/starterkit_theme/templates/views/views-view-mapping-test.html.twig
- 10 core/themes/classy/templates/views/views-view-mapping-test.html.twig
- 10 core/themes/stable9/templates/views/views-view-mapping-test.html.twig
- 10 core/themes/stable/templates/views/views-view-mapping-test.html.twig
- 10 core/modules/views/tests/modules/views_test_data/templates/views-view-mapping-test.html.twig
Default theme implementation to display a view of mapping_test rows.
Available variables:
- rows: A list of view rows.
- options: Various view options, including the row style mapping.
- view: The view object.
- element: Render array of views rows.
See also
File
core/modules/views/tests/modules/views_test_data/templates/views-view-mapping-test.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to display a view of mapping_test rows.
- *
- * Available variables:
- * - rows: A list of view rows.
- * - options: Various view options, including the row style mapping.
- * - view: The view object.
- * - element: Render array of views rows.
- *
- * @see template_preprocess_views_view_mapping_test()
- *
- * @ingroup themeable
- */
- #}
- {{ element }}