function theme_views_view_mapping_test in Views (for Drupal 7) 8.3
Same name and namespace in other branches
- 7.3 tests/views_test.module \theme_views_view_mapping_test()
Returns HTML for the Mapping Test style.
File
- tests/
views_test_data/ views_test_data.module, line 161 - Helper module for Views tests.
Code
function theme_views_view_mapping_test($variables) {
return drupal_render($variables['element']);
}