You are here

protected property MigrateUIStep::$context in Migrate 7.2

Any contextual data needed by the form for this step. For example, a field mapping form would need to know the source and destination content types so it can determine what fields to expose.

Type: mixed

File

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

Class

MigrateUIStep
Class representing one step of a wizard.

Code

protected $context;