function openlayers_test_openlayers_layers in Openlayers 7.2
Implements hook_openlayers_layers().
File
- tests/
openlayers_test.module, line 84 - Main OpenLayers Test Module file
Code
function openlayers_test_openlayers_layers() {
module_load_include('inc', 'openlayers_test', 'includes/openlayers_test.layers');
return _openlayers_test_openlayers_layers();
}