function UserAuthDecorator::__construct
Same name in other branches
- 10 core/modules/user/tests/modules/user_auth_decorator_test/src/UserAuthDecorator.php \Drupal\user_auth_decorator_test\UserAuthDecorator::__construct()
Constructs a UserAuthDecorator object.
Parameters
\Drupal\user\UserAuthInterface $inner: The inner User.Auth service.
File
-
core/
modules/ user/ tests/ modules/ user_auth_decorator_test/ src/ UserAuthDecorator.php, line 20
Class
- UserAuthDecorator
- Helper to validate UserAuthInterface BC layers are functional.
Namespace
Drupal\user_auth_decorator_testCode
public function __construct(UserAuthInterface $inner) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.