You are here

function ctools_export_ui_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_wizard_next()

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

1 string reference to 'ctools_export_ui_wizard_next'
ctools_export_ui::get_wizard_info in plugins/export_ui/ctools_export_ui.class.php
Get the form info for the wizard.

File

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

Code

function ctools_export_ui_wizard_next(&$form_state) {
  $form_state['object']
    ->edit_wizard_next($form_state);
}