function UserPasswordForm::getFormId

Same name and namespace in other branches
  1. 8.9.x core/modules/user/src/Form/UserPasswordForm.php \Drupal\user\Form\UserPasswordForm::getFormId()
  2. 10 core/modules/user/src/Form/UserPasswordForm.php \Drupal\user\Form\UserPasswordForm::getFormId()
  3. 11.x core/modules/user/src/Form/UserPasswordForm.php \Drupal\user\Form\UserPasswordForm::getFormId()

Overrides FormInterface::getFormId

File

core/modules/user/src/Form/UserPasswordForm.php, line 112

Class

UserPasswordForm
Provides a user password reset form.

Namespace

Drupal\user\Form

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.