function total_control_dashboard_get_arguments in Total Control Admin Dashboard 6
Same name and namespace in other branches
- 6.2 plugins/tasks/dashboard.inc \total_control_dashboard_get_arguments()
- 7.2 plugins/tasks/dashboard.inc \total_control_dashboard_get_arguments()
Callback to get arguments provided by this task handler.
1 string reference to 'total_control_dashboard_get_arguments'
- total_control_dashboard_page_manager_tasks in plugins/
tasks/ dashboard.inc - Specialized implementation of hook_page_manager_tasks(). See api-task.html for more information.
File
- plugins/
tasks/ dashboard.inc, line 65
Code
function total_control_dashboard_get_arguments($task, $subtask_id) {
// We can return arguments here
return array();
}