You are here

public function AuthenticationCollectorInterface::isGlobal in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php \Drupal\Core\Authentication\AuthenticationCollectorInterface::isGlobal()

Returns whether a provider is considered global.

Parameters

string $provider_id: The provider ID.

Return value

bool TRUE if the provider is global, FALSE otherwise.

See also

\Drupal\Core\Authentication\AuthenticationCollectorInterface::addProvider

1 method overrides AuthenticationCollectorInterface::isGlobal()
AuthenticationCollector::isGlobal in core/lib/Drupal/Core/Authentication/AuthenticationCollector.php
Returns whether a provider is considered global.

File

core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php, line 41
Contains \Drupal\Core\Authentication\AuthenticationCollectorInterface.

Class

AuthenticationCollectorInterface
Interface for collectors of registered authentication providers.

Namespace

Drupal\Core\Authentication

Code

public function isGlobal($provider_id);