You are here

function openlayers_ctools_plugin_layer_types in Openlayers 6.2

Implementation of hook_ctools_plugin

File

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

Code

function openlayers_ctools_plugin_layer_types() {
  return array(
    'use hooks' => TRUE,
  );
}