term_depth.module
File
-
term_depth/
term_depth.module
View source
<?php
/**
* @file
*/
function term_depth_ctools_plugin_directory($owner, $plugin) {
if ($owner == 'ctools' && $plugin == 'access') {
return 'plugins/' . $plugin;
}
}
Functions
Title | Deprecated | Summary |
---|---|---|
term_depth_ctools_plugin_directory | @file |