Interface for collectors of registered authentication providers.
Hierarchy
- interface \Drupal\Core\Authentication\AuthenticationCollectorInterface
 
File
- core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php, line 8
 
Namespace
Drupal\Core\Authentication
Members
| Name | Modifiers | Type | Description | 
|---|---|---|---|
| AuthenticationCollectorInterface::addProvider | public | function | Adds a provider to the array of registered providers. | 
| AuthenticationCollectorInterface::getProvider | public | function | Returns an authentication provider. | 
| AuthenticationCollectorInterface::getSortedProviders | public | function | Returns the sorted array of authentication providers. | 
| AuthenticationCollectorInterface::isGlobal | public | function | Returns whether a provider is considered global. | 
Please login to continue.