You are here

function openlayers_openlayers_behaviors in Openlayers 6.2

Same name and namespace in other branches
  1. 7.2 openlayers.module \openlayers_openlayers_behaviors()

Implementation of hook_openlayers_behaviors().

File

./openlayers.module, line 1075
Main OpenLayers API File

Code

function openlayers_openlayers_behaviors() {
  module_load_include('inc', 'openlayers', 'includes/openlayers.behaviors');
  return _openlayers_openlayers_behaviors();
}