You are here

public function ImportWizard::getRouteName in WordPress Migrate 8.3

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

Return value

string

Overrides FormWizardBase::getRouteName

File

wordpress_migrate_ui/src/Wizard/ImportWizard.php, line 75

Class

ImportWizard
Imports the wizard.

Namespace

Drupal\wordpress_migrate_ui\Wizard

Code

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