You are here

function search_api_page_search_api_page_get_contexts in Search API Pages 7

Retrieves the context placeholders provided by this handler.

1 string reference to 'search_api_page_search_api_page_get_contexts'
search_api_page_search_api_page_page_manager_tasks in plugins/tasks/search_api_page.inc
Implements a specialized version of hook_page_manager_task_tasks().

File

plugins/tasks/search_api_page.inc, line 144
Handles the 'search api page' override task.

Code

function search_api_page_search_api_page_get_contexts($task, $subtask_id) {
  return ctools_context_get_placeholders_from_argument(search_api_page_search_api_page_get_arguments($task, $subtask_id));
}