interface AuthenticationCollectorInterface
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\AuthenticationMembers
| 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. |
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Authentication!AuthenticationCollectorInterface.php/interface/AuthenticationCollectorInterface/8.1.x