You are here

function openlayers_behavior::render in Openlayers 7.2

Same name and namespace in other branches
  1. 6.2 openlayers.module \openlayers_behavior::render()
28 methods override openlayers_behavior::render()
openlayers_behavior_argparser::render in plugins/behaviors/openlayers_behavior_argparser.inc
Render.
openlayers_behavior_attribution::render in plugins/behaviors/openlayers_behavior_attribution.inc
Render.
openlayers_behavior_boxselect::render in plugins/behaviors/openlayers_behavior_boxselect.inc
Render.
openlayers_behavior_cluster::render in plugins/behaviors/openlayers_behavior_cluster.inc
Render.
openlayers_behavior_dragpan::render in plugins/behaviors/openlayers_behavior_dragpan.inc
Render.

... See full list

File

./openlayers.module, line 1249
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 render(&$map) {
}