You are here

function openlayers_openlayers_layers in Openlayers 7.2

Same name and namespace in other branches
  1. 6.2 openlayers.module \openlayers_openlayers_layers()

Implements hook_openlayers_layers().

File

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

Code

function openlayers_openlayers_layers() {
  module_load_include('inc', 'openlayers', 'includes/openlayers.layers');
  return _openlayers_openlayers_layers();
}