function AuthenticationCollectorInterface::getSortedProviders
Same name in other branches
- 9 core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php \Drupal\Core\Authentication\AuthenticationCollectorInterface::getSortedProviders()
- 8.9.x core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php \Drupal\Core\Authentication\AuthenticationCollectorInterface::getSortedProviders()
- 10 core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php \Drupal\Core\Authentication\AuthenticationCollectorInterface::getSortedProviders()
Returns the sorted array of authentication providers.
Return value
\Drupal\Core\Authentication\AuthenticationProviderInterface[] An array of authentication provider objects.
1 method overrides AuthenticationCollectorInterface::getSortedProviders()
- AuthenticationCollector::getSortedProviders in core/
lib/ Drupal/ Core/ Authentication/ AuthenticationCollector.php - Returns the sorted array of authentication providers.
File
-
core/
lib/ Drupal/ Core/ Authentication/ AuthenticationCollectorInterface.php, line 55
Class
- AuthenticationCollectorInterface
- Interface for collectors of registered authentication providers.
Namespace
Drupal\Core\AuthenticationCode
public function getSortedProviders();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.