1 views_test.module theme_views_view_mapping_test($variables)

Returns HTML for the Mapping Test style.

File

core/modules/views/tests/views_test/views_test.module, line 129
Helper module for Views tests.

Code

function theme_views_view_mapping_test($variables) {
  return backdrop_render($variables['element']);
}