public function PasswordPolicyConstraintForm::submitForm in Password Policy 8.3
Form submission handler.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Overrides FormInterface::submitForm
File
- src/
Form/ PasswordPolicyConstraintForm.php, line 129
Class
- PasswordPolicyConstraintForm
- Form that lists out the constraints for the policy.
Namespace
Drupal\password_policy\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// This form has no explicit submit action since it just shows constraints.
}