You are here

public function UserPasswordResetForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/Form/UserPasswordResetForm.php \Drupal\user\Form\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 51
Contains \Drupal\user\Form\UserPasswordResetForm.

Class

UserPasswordResetForm
Form controller for the user password forms.

Namespace

Drupal\user\Form

Code

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