You are here

public function FancyLoginPasswordForm::getFormId in Fancy Login 8.2

Same name and namespace in other branches
  1. 3.0.x src/Form/FancyLoginPasswordForm.php \Drupal\fancy_login\Form\FancyLoginPasswordForm::getFormId()

File

src/Form/FancyLoginPasswordForm.php, line 13

Class

FancyLoginPasswordForm
Overrides the user password form, for use with the fancy login module.

Namespace

Drupal\fancy_login\Form

Code

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