function openlayers_openlayers_behaviors in Openlayers 7.2
Same name and namespace in other branches
- 6.2 openlayers.module \openlayers_openlayers_behaviors()
Implements hook_openlayers_behaviors().
File
- ./
openlayers.module, line 1434 - Main OpenLayers API File
Code
function openlayers_openlayers_behaviors() {
module_load_include('inc', 'openlayers', 'includes/openlayers.behaviors');
return _openlayers_openlayers_behaviors();
}