You are here

function theme_openlayers_wkt_widget in Openlayers 6

Same name and namespace in other branches
  1. 6.2 modules/openlayers_cck/includes/openlayers_cck.theme.inc \theme_openlayers_wkt_widget()

Theme function for openlayers_wkt_widget element

File

modules/openlayers_cck/openlayers_cck.module, line 507
This file holds the main Drupal hook functions and private functions for the openlayers_cck module.

Code

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