function openlayers_behavior::render in Openlayers 6.2
Same name and namespace in other branches
- 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.
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) {
}