You are here

function openlayers_behavior::options_init in Openlayers 7.2

Same name and namespace in other branches
  1. 6.2 openlayers.module \openlayers_behavior::options_init()
1 call to openlayers_behavior::options_init()
openlayers_behavior::__construct in ./openlayers.module
27 methods override openlayers_behavior::options_init()
openlayers_behavior_argparser::options_init in plugins/behaviors/openlayers_behavior_argparser.inc
Provide initial values for options.
openlayers_behavior_attribution::options_init in plugins/behaviors/openlayers_behavior_attribution.inc
Provide initial values for options.
openlayers_behavior_boxselect::options_init in plugins/behaviors/openlayers_behavior_boxselect.inc
Provide initial values for options.
openlayers_behavior_cluster::options_init in plugins/behaviors/openlayers_behavior_cluster.inc
Provide initial values for options.
openlayers_behavior_dragpan::options_init in plugins/behaviors/openlayers_behavior_dragpan.inc
Provide initial values for options.

... See full list

File

./openlayers.module, line 1237
Main OpenLayers API File

Class

openlayers_behavior
We define base classes in the core module. All other parent classes can be autoloaded through ctools.

Code

function options_init() {
  return array();
}