public UserPasswordResetForm::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/UserPasswordResetForm.php, line 18
Class
- UserPasswordResetForm
- Form controller for the user password forms.
Namespace
Drupal\user\Form
Code
public function getFormId() { return 'user_pass_reset'; }
Please login to continue.