You are here

function openlayers_ui_ctools_plugin_directory in Openlayers 7.2

Same name and namespace in other branches
  1. 7.3 modules/openlayers_ui/openlayers_ui.module \openlayers_ui_ctools_plugin_directory()

Implements hook_ctools_plugin_directory().

File

modules/openlayers_ui/openlayers_ui.module, line 342
Main Drupal module file for the OpenLayers UI module

Code

function openlayers_ui_ctools_plugin_directory($module, $plugin) {
  if ($module == 'ctools' && $plugin == 'export_ui') {
    return 'plugins/' . $plugin;
  }
}