You are here

public function UserPasswordForm::getFormId in Zircon Profile 8

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

Class

UserPasswordForm
Provides a user password reset form.

Namespace

Drupal\user\Form

Code

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