You are here

public function ConstraintEdit::getFormId in Password Policy 8.3

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/ConstraintEdit.php, line 75

Class

ConstraintEdit
Editing a constraint within the policy wizard form.

Namespace

Drupal\password_policy\Form

Code

public function getFormId() {
  return 'password_policy_constraint_edit_form';
}