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/tests/modules/views_test_data/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 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


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