function page_manager_edit_page_next

Callback generated when the 'next' button is clicked.

All we do here is store the cache.

1 string reference to 'page_manager_edit_page_next'
_page_manager_get_operation_content in page_manager/page_manager.admin.inc
Fetch the content for an operation, after it's been discovered from arguments.

File

page_manager/page_manager.admin.inc, line 1055

Code

function page_manager_edit_page_next(&$form_state) {
    page_manager_set_page_cache($form_state['page']);
}