user.auth
Same name in other branches
- 9 core/modules/user/user.services.yml \user.auth
- 8.9.x core/modules/user/user.services.yml \user.auth
- 11.x core/modules/user/user.services.yml \user.auth
Class
Drupal\user\UserAuthentication5 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.
- UserJsonBasicAuthDecoratedTest::testServiceDecorated in core/
modules/ user/ tests/ src/ Functional/ Rest/ UserJsonBasicAuthDecoratedTest.php - Test that the UserAuthDecorator is providing user.auth.
- UserLoginDecoratedTest::testServiceDecorated in core/
modules/ user/ tests/ src/ Functional/ UserLoginDecoratedTest.php - Test that the UserAuthDecorator is providing user.auth.
- UserLoginForm::create in core/
modules/ user/ src/ Form/ UserLoginForm.php - Instantiates a new instance of this class.
- UserLoginHttpDecoratedTest::testServiceDecorated in core/
modules/ user/ tests/ src/ Functional/ UserLoginHttpDecoratedTest.php - Test that the UserAuthDecorator is providing user.auth.
File
-
core/
modules/ user/ user.services.yml
View source
- class: Drupal\user\UserAuthentication
- arguments:
- - '@entity_type.manager'
- - '@password'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.