You are here

function openlayers_content_types_ctools_plugin_directory in Openlayers 7.3

Implements hook_ctools_plugin_directory().

File

modules/openlayers_content_types/openlayers_content_types.module, line 10
Openlayers CTools Content Types Integration module.

Code

function openlayers_content_types_ctools_plugin_directory($owner, $plugin_type) {
  if ($owner == 'ctools' && $plugin_type == 'content_types') {
    return 'plugins/' . $plugin_type;
  }
}