You are here

function theme_openlayers_wkt_widget in Openlayers 6.2

Same name and namespace in other branches
  1. 6 modules/openlayers_cck/openlayers_cck.module \theme_openlayers_wkt_widget()

Theme function for openlayers_wkt_widget element

File

modules/openlayers_cck/includes/openlayers_cck.theme.inc, line 11
Theme functions for openlayers_cck

Code

function theme_openlayers_wkt_widget($element) {
  return $element['#children'];
}