AuthenticationCollector::isGlobal
  • References/PHP/Drupal/Authentication/AuthenticationCollector

public AuthenticationCollector::isGlobal(

2025-01-10 15:47:30
AuthenticationManager::applies
  • References/PHP/Drupal/Authentication/AuthenticationManager

public AuthenticationManager::applies(Request

2025-01-10 15:47:30
AuthenticationCollectorInterface::getSortedProviders
  • References/PHP/Drupal/Authentication/AuthenticationCollectorInterface

public AuthenticationCollec

2025-01-10 15:47:30
AuthenticationManager::getChallenger
  • References/PHP/Drupal/Authentication/AuthenticationManager

protected AuthenticationManager::getChallenger(Request

2025-01-10 15:47:30
AuthenticationCollector::$sortedProviders
  • References/PHP/Drupal/Authentication/AuthenticationCollector

Sorted list of registered providers. Type: \Drupal\Core\Authentication\AuthenticationProviderInterface[]

2025-01-10 15:47:30
AuthenticationManager::challengeException
  • References/PHP/Drupal/Authentication/AuthenticationManager

public AuthenticationManager::challengeException(Request

2025-01-10 15:47:30
AuthenticationCollector::$providers
  • References/PHP/Drupal/Authentication/AuthenticationCollector

Array of all registered authentication providers, keyed by ID. Type: \Drupal\Core\Authentication\AuthenticationProviderInterface[]

2025-01-10 15:47:30
AuthenticationCollectorInterface
  • References/PHP/Drupal/Authentication/AuthenticationCollectorInterface

Interface for collectors of registered authentication providers. Hierarchy interface

2025-01-10 15:47:30
AuthenticationCollector::$globalProviders
  • References/PHP/Drupal/Authentication/AuthenticationCollector

List of providers which are allowed on routes with no _auth option. Type: string[] File

2025-01-10 15:47:30
AuthenticationProviderChallengeInterface
  • References/PHP/Drupal/Authentication/AuthenticationProviderChallengeInterface

Generate a challenge when access is denied for unauthenticated users. On a 403 (access denied), if there are no credentials on the request,

2025-01-10 15:47:30