You are here

public function AuthenticationCollectorInterface::getSortedProviders in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 60
Contains \Drupal\Core\Authentication\AuthenticationCollectorInterface.

Class

AuthenticationCollectorInterface
Interface for collectors of registered authentication providers.

Namespace

Drupal\Core\Authentication

Code

public function getSortedProviders();