You are here

function openlayers_behavior::render in Openlayers 6.2

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

... See full list

File

./openlayers.module, line 883
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) {
}