views-view-mapping-test.html.twig
Same filename in this branch
Default theme implementation for testing the mapping row style.
Available variables:
- element: The view content.
See also
template_preprocess_views_view_mapping_test()
File
-
core/
modules/ views/ templates/ views-view-mapping-test.html.twig
View source
- {#
- /**
- * @file
- * Default theme implementation for testing the mapping row style.
- *
- * Available variables:
- * - element: The view content.
- *
- * @see template_preprocess_views_view_mapping_test()
- *
- * @ingroup themeable
- */
- #}
- {{ element }}
Related topics
- Theme system overview
- Functions and templates for the user interface that themes can override.