function theme_views_view_mapping_test

Returns HTML for the Mapping Test style.

File

drupal/core/modules/views/tests/views_test_data/views_test_data.module, line 157
Helper module for Views tests.

Code

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