function theme_openlayers_views_render_feature in Openlayers 7.2
Same name and namespace in other branches
- 6.2 modules/openlayers_views/includes/openlayers_views.theme.inc \theme_openlayers_views_render_feature()
Theme function for openlayers_views_render_feature
File
- modules/
openlayers_views/ includes/ openlayers_views.theme.inc, line 30 - This file holds the theme functions for openlayers_views module
Code
function theme_openlayers_views_render_feature($args) {
return $args['feature'];
}