You are here

public function PasswordPolicyWizard::getEntityType in Password Policy 8.3

The machine name of the entity type.

Return value

string The entity associated with the form wizard.

Overrides EntityFormWizardInterface::getEntityType

File

src/Wizard/PasswordPolicyWizard.php, line 18

Class

PasswordPolicyWizard
The definition of the password policy form wizard.

Namespace

Drupal\password_policy\Wizard

Code

public function getEntityType() {
  return 'password_policy';
}