You are here

public function ctools_export_ui::edit_wizard_back 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_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 930

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.
}