You are here

function total_control_ctools_plugin_directory in Total Control Admin Dashboard 6.2

Same name and namespace in other branches
  1. 6 total_control.module \total_control_ctools_plugin_directory()
  2. 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 78

Code

function total_control_ctools_plugin_directory($module, $plugin) {
  return 'plugins/' . $plugin;
}