You are here

function openlayers_views_ctools_plugin_directory in Openlayers 7.2

Implements hook_ctools_plugin_directory().

File

modules/openlayers_views/openlayers_views.module, line 75
This file holds the main Drupal hook functions and private functions for the openlayers_views module.

Code

function openlayers_views_ctools_plugin_directory($module, $plugin) {
  if ($module == 'openlayers' && !empty($plugin)) {
    return 'plugins/' . $plugin;
  }
}