You are here

public function UserLoginForm::getFormId in Zircon Profile 8

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

Class

UserLoginForm
Provides a user login form.

Namespace

Drupal\user\Form

Code

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