Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / views / tests / modules / views_test_data / templates / views-view-mapping-test.html.twig
1 {#
2 /**
3  * @file
4  * Default theme implementation to display a view of mapping_test rows.
5  *
6  * Available variables:
7  *   - rows: A list of view rows.
8  *   - options: Various view options, including the row style mapping.
9  *   - view: The view object.
10  *   - element: Render array of views rows.
11  *
12  * @see template_preprocess_views_view_mapping_test()
13  *
14  * @ingroup themeable
15  */
16 #}
17 {{ element }}