user.auth

Same name and namespace in other branches
  1. 9 core/modules/user/user.services.yml \user.auth
  2. 8.9.x core/modules/user/user.services.yml \user.auth
  3. 10 core/modules/user/user.services.yml \user.auth

Class

Drupal\user\UserAuthentication
2 string references to user.auth
UserAuthenticationController::create in core/modules/user/src/Controller/UserAuthenticationController.php
Instantiates a new instance of the implementing class using autowiring.
UserLoginForm::create in core/modules/user/src/Form/UserLoginForm.php
Instantiates a new instance of this class.

File

core/modules/user/user.services.yml

View source
  1. class: Drupal\user\UserAuthentication
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@password'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.