You are here

function openlayers_ctools_plugin_directory in Openlayers 7.2

Same name and namespace in other branches
  1. 6.2 openlayers.module \openlayers_ctools_plugin_directory()
  2. 6.2 docs/openlayers.api.php \openlayers_ctools_plugin_directory()

Implements hook_ctools_plugin_directory().

2 calls to openlayers_ctools_plugin_directory()
_openlayers_openlayers_behaviors in includes/openlayers.behaviors.inc
Internal callback Helper function to return default behaviors.
_openlayers_openlayers_layer_types in includes/openlayers.layer_types.inc
Internal callback Helper function to return default layer types.

File

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

Code

function openlayers_ctools_plugin_directory($module, $plugin) {
  return 'plugins/' . $plugin;
}