FancyLoginPasswordForm.php in Fancy Login 3.0.x
Same filename and directory in other branches
Namespace
Drupal\fancy_login\FormFile
src/Form/FancyLoginPasswordForm.phpView source
<?php
namespace Drupal\fancy_login\Form;
/**
* Overrides the user password form, for use with the fancy login module.
*/
class FancyLoginPasswordForm extends UserPasswordForm {
/**
* {@inheritdoc}
*/
public function getFormId() {
return 'fancy_login_user_pass';
}
}
Classes
Name | Description |
---|---|
FancyLoginPasswordForm | Overrides the user password form, for use with the fancy login module. |