You are here

function ctools_export_ui::edit_wizard_next in Chaos Tool Suite (ctools) 6

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

Wizard 'next' callback when using a wizard to edit an item.

The wizard callback delegates this back to the object.

1 call to ctools_export_ui::edit_wizard_next()
stylizer_ui::edit_wizard_next in stylizer/plugins/export_ui/stylizer_ui.class.php
Wizard 'next' callback when using a wizard to edit an item.
1 method overrides ctools_export_ui::edit_wizard_next()
stylizer_ui::edit_wizard_next in stylizer/plugins/export_ui/stylizer_ui.class.php
Wizard 'next' callback when using a wizard to edit an item.

File

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

Class

ctools_export_ui
Base class for export UI.

Code

function edit_wizard_next(&$form_state) {
  $this
    ->edit_cache_set($form_state['item'], $form_state['form type']);
}