You are here

function openlayers_behavior_geofield::options_init in Geofield 7.2

Same name and namespace in other branches
  1. 7 includes/behaviors/openlayers_behavior_geofield.inc \openlayers_behavior_geofield::options_init()

Overrides openlayers_behavior::options_init

File

includes/behaviors/openlayers_behavior_geofield.inc, line 12
Implementation of OpenLayers behavior.

Class

openlayers_behavior_geofield
Map Form Values Behavior

Code

function options_init() {
  return array(
    'geofield' => '',
  );
}