You are here

function term_depth_ctools_plugin_directory in Chaos Tool Suite (ctools) 7

@file

File

term_depth/term_depth.module, line 7

Code

function term_depth_ctools_plugin_directory($owner, $plugin) {
  if ($owner == 'ctools' && $plugin == 'access') {
    return 'plugins/' . $plugin;
  }
}