AuthenticationCollectorInterface::getSortedProviders

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();
doc_Drupal
2016-10-29 08:45:11
Comments
Leave a Comment

Please login to continue.