function Auth::authenticate

Same name and namespace in other branches
  1. 9 core/modules/locale/tests/modules/early_translation_test/src/Auth.php \Drupal\early_translation_test\Auth::authenticate()
  2. 10 core/modules/locale/tests/modules/early_translation_test/src/Auth.php \Drupal\early_translation_test\Auth::authenticate()
  3. 11.x core/modules/locale/tests/modules/early_translation_test/src/Auth.php \Drupal\early_translation_test\Auth::authenticate()

Overrides AuthenticationProviderInterface::authenticate

File

core/modules/locale/tests/modules/early_translation_test/src/Auth.php, line 46

Class

Auth
Test authentication provider.

Namespace

Drupal\early_translation_test

Code

public function authenticate(Request $request) {
    return NULL;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.