public UserPasswordForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- core/modules/user/src/Form/UserPasswordForm.php, line 57
Class
- UserPasswordForm
- Provides a user password reset form.
Namespace
Drupal\user\Form
Code
public function getFormId() { return 'user_pass'; }
Please login to continue.