You are here

function ctools_access_ruleset_ui::edit_form_submit in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 ctools_access_ruleset/plugins/export_ui/ctools_access_ruleset_ui.class.php \ctools_access_ruleset_ui::edit_form_submit()

Handle the submission of the edit form.

At this point, submission is successful. Our only responsibility is to copy anything out of values onto the item that we are able to edit.

If the keys all match up to the schema, this method will not need to be overridden.

Overrides ctools_export_ui::edit_form_submit

File

ctools_access_ruleset/plugins/export_ui/ctools_access_ruleset_ui.class.php, line 50

Class

ctools_access_ruleset_ui

Code

function edit_form_submit(&$form, &$form_state) {
  parent::edit_form_submit($form, $form_state);
}