You are here

function openlayers_ui_ctools_plugin_directory in Openlayers 7.3

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

Implements hook_ctools_plugin_directory().

File

modules/openlayers_ui/openlayers_ui.module, line 36
Administrative UI for openlayers.

Code

function openlayers_ui_ctools_plugin_directory($owner, $plugin_type) {
  return 'src/Plugin/' . str_replace("\\", DIRECTORY_SEPARATOR, $plugin_type);
}