function ctools_export_ui::edit_wizard_cancel

Wizard 'cancel' 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 949

Class

ctools_export_ui
Base class for export UI.

Code

public function edit_wizard_cancel(&$form_state) {
    $this->edit_cache_clear($form_state['item'], $form_state['form type']);
}