You are here

function gathercontent_import_wizard_finish in GatherContent 7.3

Finish callback for multistep form.

This is never going to be called because we are redirecting after batch.

@inheritdoc

1 string reference to 'gathercontent_import_wizard_finish'
gathercontent_import_form in ./gathercontent.import.inc
Multistep form function.

File

./gathercontent.import.inc, line 631

Code

function gathercontent_import_wizard_finish($form, &$form_state) {
}