function openlayers_behavior::options_init in Openlayers 6.2
Same name and namespace in other branches
- 7.2 openlayers.module \openlayers_behavior::options_init()
1 call to openlayers_behavior::options_init()
24 methods override openlayers_behavior::options_init()
- openlayers_behavior_argparser::options_init in includes/
behaviors/ openlayers_behavior_argparser.inc - Provide initial values for options.
- openlayers_behavior_attribution::options_init in includes/
behaviors/ openlayers_behavior_attribution.inc - Provide initial values for options.
- openlayers_behavior_boxselect::options_init in includes/
behaviors/ openlayers_behavior_boxselect.inc - Provide initial values for options.
- openlayers_behavior_cluster::options_init in includes/
behaviors/ openlayers_behavior_cluster.inc - Provide initial values for options.
- openlayers_behavior_dragpan::options_init in includes/
behaviors/ openlayers_behavior_dragpan.inc - Provide initial values for options.
File
- ./
openlayers.module, line 871 - 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();
}