function AuthenticationCollectorInterface::getSortedProviders

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php \Drupal\Core\Authentication\AuthenticationCollectorInterface::getSortedProviders()
  2. 10 core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php \Drupal\Core\Authentication\AuthenticationCollectorInterface::getSortedProviders()
  3. 11.x 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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.