You are here

public function ctools_export_ui::edit_form_import_submit in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 plugins/export_ui/ctools_export_ui.class.php \ctools_export_ui::edit_form_import_submit()

Submit callback for import form.

Stores the item in the session.

File

plugins/export_ui/ctools_export_ui.class.php, line 1327

Class

ctools_export_ui
Base class for export UI.

Code

public function edit_form_import_submit($form, &$form_state) {

  // The validate function already imported and stored the item. This
  // function exists simply to prevent it from going to the default
  // edit_form_submit() method.
}