You are here

service user.auth in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/user.services.yml \user.auth
  2. 10 core/modules/user/user.services.yml \user.auth

Class

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

File

core/modules/user/user.services.yml
core/modules/user/user.services.yml

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