function TestAuthenticationProvider::applies
Same name in other branches
- 8.9.x core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php \Drupal\Tests\Core\Authentication\TestAuthenticationProvider::applies()
- 10 core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php \Drupal\Tests\Core\Authentication\TestAuthenticationProvider::applies()
- 11.x core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php \Drupal\Tests\Core\Authentication\TestAuthenticationProvider::applies()
Overrides AuthenticationProviderInterface::applies
File
-
core/
tests/ Drupal/ Tests/ Core/ Authentication/ AuthenticationCollectorTest.php, line 81
Class
- TestAuthenticationProvider
- A simple provider for unit testing AuthenticationCollector.
Namespace
Drupal\Tests\Core\AuthenticationCode
public function applies(Request $request) {
return TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.