function ctools_ctools_plugin_directory

Implementation of hook_ctools_plugin_directory() to let the system know where all our own plugins are.

File

./ctools.module, line 761

Code

function ctools_ctools_plugin_directory($owner, $plugin_type) {
  if ($owner == 'ctools') {
    return 'plugins/' . $plugin_type;
  }
}