public AuthenticationCollectorInterface::getSortedProviders()
Returns the sorted array of authentication providers.
Return value
\Drupal\Core\Authentication\AuthenticationProviderInterface[] An array of authentication provider objects.
File
- core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php, line 55
Class
- AuthenticationCollectorInterface
- Interface for collectors of registered authentication providers.
Namespace
Drupal\Core\Authentication
Code
public function getSortedProviders();
Please login to continue.