function openlayers_behavior::options_form in Openlayers 6.2
Same name and namespace in other branches
- 7.2 openlayers.module \openlayers_behavior::options_form()
18 methods override openlayers_behavior::options_form()
- openlayers_behavior_argparser::options_form in includes/
behaviors/ openlayers_behavior_argparser.inc - openlayers_behavior_attribution::options_form in includes/
behaviors/ openlayers_behavior_attribution.inc - openlayers_behavior_boxselect::options_form in includes/
behaviors/ openlayers_behavior_boxselect.inc - openlayers_behavior_cluster::options_form in includes/
behaviors/ openlayers_behavior_cluster.inc - Provide form for configurations per map.
- openlayers_behavior_dragpan::options_form in includes/
behaviors/ openlayers_behavior_dragpan.inc
File
- ./
openlayers.module, line 879 - 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_form($defaults = array()) {
return array();
}