You are here

public function MigrateUIWizardExtender::__construct in Migrate 7.2

Class constructor.

Wizard extenders should override this to add their steps to the wizard.

File

migrate_ui/migrate_ui.wizard.inc, line 656
Migration wizard framework.

Class

MigrateUIWizardExtender

Code

public function __construct(MigrateUIWizard $wizard, array $wizard_steps) {
  $this->wizard = $wizard;
}