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

1
public function getSortedProviders();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.