Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AuthenticationManager.php

function AuthenticationManager::__construct

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

public function __construct(AuthenticationCollectorInterface $auth_collector) {
    $this->authCollector = $auth_collector;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal