You are here

function openlayers_behavior::options_form in Openlayers 7.2

Same name and namespace in other branches
  1. 6.2 openlayers.module \openlayers_behavior::options_form()
24 methods override openlayers_behavior::options_form()
openlayers_behavior_argparser::options_form in plugins/behaviors/openlayers_behavior_argparser.inc
openlayers_behavior_attribution::options_form in plugins/behaviors/openlayers_behavior_attribution.inc
openlayers_behavior_boxselect::options_form in plugins/behaviors/openlayers_behavior_boxselect.inc
openlayers_behavior_cluster::options_form in plugins/behaviors/openlayers_behavior_cluster.inc
Provide form for configurations per map.
openlayers_behavior_dragpan::options_form in plugins/behaviors/openlayers_behavior_dragpan.inc

... See full list

File

./openlayers.module, line 1245
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();
}