You are here

public function ImportWizard::getRouteName in Drupal-to-Drupal data migration 8.3

The name of the route to which forward or backwards steps redirect.

Return value

string

Overrides FormWizardBase::getRouteName

File

migrate_d2d_ui/src/Wizard/ImportWizard.php, line 71

Class

ImportWizard

Namespace

Drupal\migrate_d2d_ui\Wizard

Code

public function getRouteName() {
  return 'migrate_d2d_ui.wizard.import.step';
}