function openlayers_openlayers_layers in Openlayers 6.2
Same name and namespace in other branches
- 7.2 openlayers.module \openlayers_openlayers_layers()
Implementation of hook_openlayers_layers().
File
- ./
openlayers.module, line 1067 - Main OpenLayers API File
Code
function openlayers_openlayers_layers() {
module_load_include('inc', 'openlayers', 'includes/openlayers.layers');
return _openlayers_openlayers_layers();
}