You are here

function deploy_ui_ctools_plugin_directory in Deploy - Content Staging 7.2

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

Implementation of hook_ctools_plugin_directory().

File

modules/deploy_ui/deploy_ui.module, line 57

Code

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