function UserAuthDecorator::authenticate
Same name in other branches
- 10 core/modules/user/tests/modules/user_auth_decorator_test/src/UserAuthDecorator.php \Drupal\user_auth_decorator_test\UserAuthDecorator::authenticate()
File
-
core/
modules/ user/ tests/ modules/ user_auth_decorator_test/ src/ UserAuthDecorator.php, line 26
Class
- UserAuthDecorator
- Helper to validate UserAuthInterface BC layers are functional.
Namespace
Drupal\user_auth_decorator_testCode
public function authenticate($username, $password) {
return $this->inner
->authenticate($username, $password);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.