You are here

public function ctools_export_ui::edit_wizard_cancel in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 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 948

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']);
}