AuthenticationManager::__construct

public AuthenticationManager::__construct(AuthenticationCollectorInterface $auth_collector)

Creates a new authentication manager instance.

Parameters

\Drupal\Core\Authentication\AuthenticationCollectorInterface $auth_collector: The authentication provider collector.

File

core/lib/Drupal/Core/Authentication/AuthenticationManager.php, line 33

Class

AuthenticationManager
Manager for authentication.

Namespace

Drupal\Core\Authentication

Code

1
2
3
public function __construct(AuthenticationCollectorInterface $auth_collector) {
  $this->authCollector = $auth_collector;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.