Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \authentication
  2. 9 core/core.services.yml \authentication

Class

Drupal\Core\Authentication\AuthenticationManager
12 string references to authentication
authorize_access_allowed in core/authorize.php
Determines if the current user is allowed to run authorize.php.
ConfigDependencies::onDependencyRemovalForResourceGranularity in core/modules/rest/src/Entity/ConfigDependencies.php
Informs the entity that entities it depends on will be deleted.
ConfigDependenciesTest::providerBasicDependencies in core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::providerOnDependencyRemovalForResourceGranularity in core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ContentModerationStateResourceTest::testCreateContentModerationStateResource in core/modules/content_moderation/tests/src/Kernel/ContentModerationStateResourceTest.php

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Authentication\AuthenticationManager
  2. arguments:
  3. - '@authentication_collector'