You are here

public function MigrateUIStep::getFormValues in Migrate 7.2

File

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

Class

MigrateUIStep
Class representing one step of a wizard.

Code

public function getFormValues() {
  return $this->formValues;
}