You are here

views-view-mapping-test.html.twig in Drupal 8

Default theme implementation for testing the mapping row style.

Available variables:

  • element: The view content.

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