protected property MigrateUIWizard::$migrations in Migrate 7.2
Array of Migration argument arrays, keyed by machine name. On Finish, used to register Migrations.
Type: array
File
- migrate_ui/
migrate_ui.wizard.inc, line 215 - 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 $migrations = array();