function theme_views_view_mapping_test

3.x views_test.module theme_views_view_mapping_test($variables)

Returns HTML for the Mapping Test style.

File

tests/views_test.module, line 119
Helper module for Views tests.

Code

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