function ctools_export_ui::edit_wizard_back

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

The wizard callback delegates this back to the object.

File

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

Class

ctools_export_ui
Base class for export UI.

Code

public function edit_wizard_back(&$form_state) {
    // This only exists so child implementations can use it.
}