You are here

protected property MigrateUIWizard::$lastStep in Migrate 7.2

The last step of the wizard, which has no successor. Will generally be a review page.

Type: MigrateUIStep

File

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

Class

MigrateUIWizard
The base class for migration wizards. Extend this class to implement a wizard UI for importing into Drupal from a given source format (Drupal, WordPress, etc.).

Code

protected $lastStep;