You are here

function spaces_ui_ctools_plugin_directory in Spaces 6.3

Same name and namespace in other branches
  1. 7.3 spaces_ui/spaces_ui.module \spaces_ui_ctools_plugin_directory()
  2. 7 spaces_ui/spaces_ui.module \spaces_ui_ctools_plugin_directory()

Implementation of hook_ctools_plugin_directory().

File

spaces_ui/spaces_ui.module, line 6

Code

function spaces_ui_ctools_plugin_directory($module, $plugin) {
  if ($module == 'ctools' && $plugin == 'export_ui') {
    return 'export_ui';
  }
}