UserPasswordResetForm::getFormId

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';
}
doc_Drupal
2016-10-29 09:52:52
Comments
Leave a Comment

Please login to continue.