You are here

public function PasswordPolicyWizard::getWizardLabel in Password Policy 8.3

The fieldset #title for your label & machine name elements.

Return value

string Label of the wizard.

Overrides EntityFormWizardInterface::getWizardLabel

File

src/Wizard/PasswordPolicyWizard.php, line 38

Class

PasswordPolicyWizard
The definition of the password policy form wizard.

Namespace

Drupal\password_policy\Wizard

Code

public function getWizardLabel() {
  return $this
    ->t('Password Policy');
}