You are here

function total_control_dashboard_get_contexts in Total Control Admin Dashboard 7.2

Same name and namespace in other branches
  1. 6.2 plugins/tasks/dashboard.inc \total_control_dashboard_get_contexts()
  2. 6 plugins/tasks/dashboard.inc \total_control_dashboard_get_contexts()

Callback to get context placeholders provided by this handler.

1 string reference to 'total_control_dashboard_get_contexts'
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 86
dashboard.inc

Code

function total_control_dashboard_get_contexts($task, $subtask_id) {

  // TODO - send the user object through as the context.
  return array();
}