Same filename in this branch
  1. 10 core/modules/views/templates/views-view-mapping-test.html.twig
  2. 10 core/themes/stable9/templates/views/views-view-mapping-test.html.twig
  3. 10 core/modules/views/tests/modules/views_test_data/templates/views-view-mapping-test.html.twig
Same filename and directory in other branches
  1. 8.9.x core/modules/views/templates/views-view-mapping-test.html.twig
  2. 9 core/modules/views/templates/views-view-mapping-test.html.twig

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
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for testing the mapping row style.
  5. *
  6. * Available variables:
  7. * - element: The view content.
  8. *
  9. * @see template_preprocess_views_view_mapping_test()
  10. *
  11. * @ingroup themeable
  12. */
  13. #}
  14. {{ element }}

Related topics