You are here

function panels_landing_page_submit in Panels 7.3

Same name and namespace in other branches
  1. 6.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 234

Code

function panels_landing_page_submit(&$form, &$form_state) {
  panels_page_wizard_add_content_submit($form, $form_state);
}