You are here

function faqpanels_faq_term_get_contexts in Panels Extras 7

Same name and namespace in other branches
  1. 6 faqpanels/plugins/tasks/faq_term.inc \faqpanels_faq_term_get_contexts()

Callback to get context placeholders provided by this handler.

1 call to faqpanels_faq_term_get_contexts()
faqpanels_faq_term in faqpanels/plugins/tasks/faq_term.inc
Entry point for our overridden cck email generated contact form page.
1 string reference to 'faqpanels_faq_term_get_contexts'
faqpanels_faq_term_page_manager_tasks in faqpanels/plugins/tasks/faq_term.inc
Specialized implementation of hook_page_manager_task_tasks(). See api-task.html for more information.

File

faqpanels/plugins/tasks/faq_term.inc, line 173
Provides additional page manager tasks FAQ page for panels use

Code

function faqpanels_faq_term_get_contexts($task, $subtask_id) {
  return ctools_context_get_placeholders_from_argument(faqpanels_faq_term_get_arguments($task, $subtask_id));
}