You are here

protected property MigrateUIWizard::$firstStep in Migrate 7.2

We maintain a doubly-linked list of wizard steps, both to support previous/next, and to easily insert steps dynamically.

The first step of the wizard, which has no predecessor. Will generally be an overview/introductory page.

Type: MigrateUIStep

File

migrate_ui/migrate_ui.wizard.inc, line 138
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 $firstStep;