views-view-mapping-test.html.twig

Same filename in this branch
  1. 9 core/themes/stable9/templates/views/views-view-mapping-test.html.twig
  2. 9 core/themes/stable/templates/views/views-view-mapping-test.html.twig
  3. 9 core/themes/classy/templates/views/views-view-mapping-test.html.twig
  4. 9 core/modules/views/templates/views-view-mapping-test.html.twig
Same filename and directory in other branches
  1. 8.9.x core/themes/stable/templates/views/views-view-mapping-test.html.twig
  2. 8.9.x core/themes/classy/templates/views/views-view-mapping-test.html.twig
  3. 8.9.x core/modules/views/tests/modules/views_test_data/templates/views-view-mapping-test.html.twig
  4. 8.9.x core/modules/views/templates/views-view-mapping-test.html.twig
  5. 10 core/themes/stable9/templates/views/views-view-mapping-test.html.twig
  6. 10 core/modules/views/tests/modules/views_test_data/templates/views-view-mapping-test.html.twig
  7. 10 core/modules/views/templates/views-view-mapping-test.html.twig
  8. 11.x core/themes/stable9/templates/views/views-view-mapping-test.html.twig
  9. 11.x core/modules/views/tests/modules/views_test_data/templates/views-view-mapping-test.html.twig
  10. 11.x core/modules/views/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

template_preprocess_views_view_mapping_test()

File

core/modules/views/tests/modules/views_test_data/templates/views-view-mapping-test.html.twig

View source
  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 }}

Related topics


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.