function AuthenticationCollectorInterface::isGlobal
Same name in other branches
- 9 core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php \Drupal\Core\Authentication\AuthenticationCollectorInterface::isGlobal()
- 8.9.x core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php \Drupal\Core\Authentication\AuthenticationCollectorInterface::isGlobal()
- 10 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 36
Class
- AuthenticationCollectorInterface
- Interface for collectors of registered authentication providers.
Namespace
Drupal\Core\AuthenticationCode
public function isGlobal($provider_id);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.