function theme_gm3_polygon_text in Google Maps API V3 7
Themes for field types.
1 theme call to theme_gm3_polygon_text()
- theme_polygon_text in gm3_field/
gm3_field.module
File
- gm3_field/
gm3_field.module, line 658
Code
function theme_gm3_polygon_text($variables) {
return array(
'#markup' => $variables['data']['polygon'],
);
}