You are here

function page_manager_page_get_arguments in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 page_manager/plugins/tasks/page.inc \page_manager_page_get_arguments()

Return a list of arguments used by this task.

1 call to page_manager_page_get_arguments()
page_manager_page_get_contexts in page_manager/plugins/tasks/page.inc
Get a group of context placeholders for the arguments.
1 string reference to 'page_manager_page_get_arguments'
page_manager_page_page_manager_tasks in page_manager/plugins/tasks/page.inc
Specialized implementation of hook_page_manager_task_tasks(). See api-task.html for more information.

File

page_manager/plugins/tasks/page.inc, line 335
Handle the 'page' task, which creates pages with arbitrary tasks and lets handlers decide how they will be rendered.

Code

function page_manager_page_get_arguments($task, $subtask) {
  return _page_manager_page_get_arguments($subtask['subtask']);
}