You are here

FancyLoginPasswordForm.php in Fancy Login 8.2

Same filename and directory in other branches
  1. 3.0.x src/Form/FancyLoginPasswordForm.php

File

src/Form/FancyLoginPasswordForm.php
View 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

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