function UserPasswordResetForm::getFormId
Same name in other branches
- 9 core/modules/user/src/Form/UserPasswordResetForm.php \Drupal\user\Form\UserPasswordResetForm::getFormId()
- 8.9.x core/modules/user/src/Form/UserPasswordResetForm.php \Drupal\user\Form\UserPasswordResetForm::getFormId()
- 10 core/modules/user/src/Form/UserPasswordResetForm.php \Drupal\user\Form\UserPasswordResetForm::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ user/ src/ Form/ UserPasswordResetForm.php, line 23
Class
- UserPasswordResetForm
- Form controller for the user password forms.
Namespace
Drupal\user\FormCode
public function getFormId() {
return 'user_pass_reset';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.