You are here

function ctools_export_ui::edit_wizard_cancel 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_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 904

Class

ctools_export_ui
Base class for export UI.

Code

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