You are here

public function PasswordPolicyWizard::exists in Password Policy 8.3

A method for determining if this entity already exists.

Return value

callable The callable to pass the id to via typical machine_name form element.

Overrides EntityFormWizardInterface::exists

File

src/Wizard/PasswordPolicyWizard.php, line 28

Class

PasswordPolicyWizard
The definition of the password policy form wizard.

Namespace

Drupal\password_policy\Wizard

Code

public function exists() {
  return '\\Drupal\\password_policy\\Entity\\PasswordPolicy::load';
}