function Auth::applies
Same name in other branches
- 9 core/modules/locale/tests/modules/early_translation_test/src/Auth.php \Drupal\early_translation_test\Auth::applies()
- 8.9.x core/modules/locale/tests/modules/early_translation_test/src/Auth.php \Drupal\early_translation_test\Auth::applies()
- 10 core/modules/locale/tests/modules/early_translation_test/src/Auth.php \Drupal\early_translation_test\Auth::applies()
Overrides AuthenticationProviderInterface::applies
File
-
core/
modules/ locale/ tests/ modules/ early_translation_test/ src/ Auth.php, line 41
Class
- Auth
- Test authentication provider.
Namespace
Drupal\early_translation_testCode
public function applies(Request $request) {
return FALSE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.