You are here

public function MigrateUIStep::getFormMethod in Migrate 7.2

File

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

Class

MigrateUIStep
Class representing one step of a wizard.

Code

public function getFormMethod() {
  return $this->formMethod;
}