function UserLoginForm::getFormId
Same name in other branches
- 8.9.x core/modules/user/src/Form/UserLoginForm.php \Drupal\user\Form\UserLoginForm::getFormId()
- 10 core/modules/user/src/Form/UserLoginForm.php \Drupal\user\Form\UserLoginForm::getFormId()
- 11.x core/modules/user/src/Form/UserLoginForm.php \Drupal\user\Form\UserLoginForm::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ user/ src/ Form/ UserLoginForm.php, line 104
Class
- UserLoginForm
- Provides a user login form.
Namespace
Drupal\user\FormCode
public function getFormId() {
return 'user_login_form';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.