function theme_views_view_mapping_test in Views (for Drupal 7) 7.3
Same name and namespace in other branches
- 8.3 tests/views_test_data/views_test_data.module \theme_views_view_mapping_test()
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']);
}