service user.auth in Drupal 10
Same name and namespace in other branches
- 8 core/modules/user/user.services.yml \user.auth
- 9 core/modules/user/user.services.yml \user.auth
Class
Drupal\user\UserAuth3 string references to user.auth
- MigrateUserTest::testUser in core/
modules/ user/ tests/ src/ Kernel/ Migrate/ d7/ MigrateUserTest.php - Tests the Drupal 7 user to Drupal 8 migration.
- 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
- class: Drupal\user\UserAuth
- arguments:
- - '@entity_type.manager'
- - '@password'