You are here

protected property MigrateUIStep::$formValues in Migrate 7.2

The form values ($form_state['values']) submitted for this step, saved in case we need to restore them on a Previous action.

Type: array

File

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

Class

MigrateUIStep
Class representing one step of a wizard.

Code

protected $formValues;