function total_control_ctools_plugin_directory in Total Control Admin Dashboard 6
Same name and namespace in other branches
- 6.2 total_control.module \total_control_ctools_plugin_directory()
- 7.2 total_control.module \total_control_ctools_plugin_directory()
Implementation of hook_ctools_plugin_dierctory().
Lets the system know we implement task and task_handler plugins.
File
- ./
total_control.module, line 75
Code
function total_control_ctools_plugin_directory($module, $plugin) {
return 'plugins/' . $plugin;
}