function openlayers_behavior::js_dependency in Openlayers 6.2
Same name and namespace in other branches
- 7.2 openlayers.module \openlayers_behavior::js_dependency()
15 methods override openlayers_behavior::js_dependency()
- openlayers_behavior_argparser::js_dependency in includes/
behaviors/ openlayers_behavior_argparser.inc - openlayers_behavior_attribution::js_dependency in includes/
behaviors/ openlayers_behavior_attribution.inc - openlayers_behavior_boxselect::js_dependency in includes/
behaviors/ openlayers_behavior_boxselect.inc - openlayers_behavior_cluster::js_dependency in includes/
behaviors/ openlayers_behavior_cluster.inc - OpenLayers library dependency.
- openlayers_behavior_dragpan::js_dependency in includes/
behaviors/ openlayers_behavior_dragpan.inc
File
- ./
openlayers.module, line 867 - 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 js_dependency() {
return array();
}