You are here

public property MigrateUIStep::$nextStep in Migrate 7.2

The step object is a node in a doubly-linked list - it links to its predecessor and successor steps.

Type: MigrateUIStep

File

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

Class

MigrateUIStep
Class representing one step of a wizard.

Code

public $nextStep;