You are here

public function PasswordPolicyWizard::getRouteName in Password Policy 8.3

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

Return value

string Route identifier for the form wizard.

Overrides FormWizardBase::getRouteName

File

src/Wizard/PasswordPolicyWizard.php, line 78

Class

PasswordPolicyWizard
The definition of the password policy form wizard.

Namespace

Drupal\password_policy\Wizard

Code

public function getRouteName() {
  return 'entity.password_policy.wizard.edit';
}