You are here

public function AuthenticationCollectorInterface::getSortedProviders in Drupal 9

Same name and namespace in other branches
  1. 8 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\Authentication

Code

public function getSortedProviders();