You are here

public function PasswordPolicyWizard::getMachineLabel in Password Policy 8.3

The form element #title for your unique identifier label.

Return value

string Title element for the policy wizard.

Overrides EntityFormWizardInterface::getMachineLabel

File

src/Wizard/PasswordPolicyWizard.php, line 48

Class

PasswordPolicyWizard
The definition of the password policy form wizard.

Namespace

Drupal\password_policy\Wizard

Code

public function getMachineLabel() {
  return $this
    ->t('Policy Name');
}