function panels_landing_page_submit in Panels 6.3
Same name and namespace in other branches
- 7.3 plugins/page_wizards/landing_page.inc \panels_landing_page_submit()
Submit function to store the form data in our cache.
File
- plugins/
page_wizards/ landing_page.inc, line 226
Code
function panels_landing_page_submit(&$form, &$form_state) {
panels_page_wizard_add_content_submit($form, $form_state);
}