function page_manager_page_argument_next in Chaos Tool Suite (ctools) 6
Same name and namespace in other branches
- 7 page_manager/plugins/tasks/page.admin.inc \page_manager_page_argument_next()
Callback generated when the 'next' button is clicked.
All we do here is store the cache.
1 string reference to 'page_manager_page_argument_next'
- page_manager_page_subtask_argument_ajax in page_manager/
plugins/ tasks/ page.admin.inc - Ajax entry point to edit an item
File
- page_manager/
plugins/ tasks/ page.admin.inc, line 1075 - Administrative functions for the page subtasks.
Code
function page_manager_page_argument_next(&$form_state) {
// Update the cache with changes.
page_manager_set_page_cache($form_state['page']);
}