You are here

function emailpanels_contactemail_get_contexts in Panels Extras 6

Callback to get context placeholders provided by this handler.

1 string reference to 'emailpanels_contactemail_get_contexts'
emailpanels_contactemail_page_manager_tasks in emailpanels/plugins/tasks/contactemail.inc
Specialized implementation of hook_page_manager_task_tasks(). See api-task.html for more information.

File

emailpanels/plugins/tasks/contactemail.inc, line 124
Provides additional page manager tasks CCK Email Contact form for panels use

Code

function emailpanels_contactemail_get_contexts($task, $subtask_id) {
  return ctools_context_get_placeholders_from_argument(emailpanels_contactemail_get_arguments($task, $subtask_id));
}