Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 8.9.x for on
  4. Search 10.3.x for on
  5. Other projects
Title Object type File name Summary
AuthenticationProviderInterface interface core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php Interface for authentication providers.
AuthenticationProviderInterface.php file core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php
AuthenticationProviderInterface::applies function core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php Checks whether suitable authentication credentials are on the request.
AuthenticationProviderInterface::authenticate function core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php Authenticates the user.
AuthenticationProviderPass class core/lib/Drupal/Core/DependencyInjection/Compiler/AuthenticationProviderPass.php Registers the authentication_providers container parameter.
AuthenticationProviderPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/AuthenticationProviderPass.php
AuthenticationProviderPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/AuthenticationProviderPass.php
AuthenticationProviderPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\AuthenticationProviderPass[[api-linebreak]]
@group DependencyInjection
AuthenticationProviderPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php
AuthenticationProviderPassTest::testEncoders function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php @covers ::process[[api-linebreak]]
AuthenticationSubscriber class core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Authentication subscriber.
AuthenticationSubscriber.php file core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php
AuthenticationSubscriber::$accountProxy property core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Account proxy.
AuthenticationSubscriber::$authenticationProvider property core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Authentication provider.
AuthenticationSubscriber::$challengeProvider property core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Authentication challenge provider.
AuthenticationSubscriber::$filter property core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Authentication provider filter.
AuthenticationSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php
AuthenticationSubscriber::onExceptionAccessDenied function core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Detect disallowed authentication methods on access denied exceptions.
AuthenticationSubscriber::onExceptionSendChallenge function core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Respond with a challenge on access denied exceptions if appropriate.
AuthenticationSubscriber::onKernelRequestAuthenticate function core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Authenticates user on request.
AuthenticationSubscriber::onKernelRequestFilterProvider function core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Denies access if authentication provider is not allowed on this route.
AuthenticationSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Constructs an authentication subscriber.
authentication_collector service core/core.services.yml Drupal\Core\Authentication\AuthenticationCollector
authentication_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\AuthenticationSubscriber
Authorized operations group core/modules/system/system.module Functions to run operations with elevated privileges via authorize.php.
AutocompleteController class core/modules/system/tests/modules/form_test/src/AutocompleteController.php Defines a controller class with methods for autocompletion.
AutocompleteController.php file core/modules/system/tests/modules/form_test/src/AutocompleteController.php
AutocompleteController::delayed_autocomplete function core/modules/system/tests/modules/form_test/src/AutocompleteController.php Returns some autocompletion content with a slight delay.
AutoconfigurationTest class core/tests/Drupal/KernelTests/Core/DependencyInjection/AutoconfigurationTest.php Tests autoconfiguration of services.
AutoconfigurationTest.php file core/tests/Drupal/KernelTests/Core/DependencyInjection/AutoconfigurationTest.php
AutoconfigurationTest::testCoreServiceTags function core/tests/Drupal/KernelTests/Core/DependencyInjection/AutoconfigurationTest.php Tests that core services do not use tags if autoconfiguration is enabled.
AutomatedCron class core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php A subscriber running cron after a response is sent.
AutomatedCron.php file core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php
AutomatedCron::getSubscribedEvents function core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php Registers the methods in this class that should be listeners.
AutomatedCron::onTerminate function core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php Run the automated cron if enabled.
AutomatedCron::__construct function core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php
AutomatedCronHooks class core/modules/automated_cron/src/Hook/AutomatedCronHooks.php Hook implementations for automated_cron.
AutomatedCronHooks.php file core/modules/automated_cron/src/Hook/AutomatedCronHooks.php
AutomatedCronHooks::formSystemCronSettingsAlter function core/modules/automated_cron/src/Hook/AutomatedCronHooks.php Implements hook_form_FORM_ID_alter() for the system_cron_settings() form.
AutomatedCronHooks::help function core/modules/automated_cron/src/Hook/AutomatedCronHooks.php Implements hook_help().
AutomatedCronTest class core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php Tests for automated_cron.
AutomatedCronTest.php file core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php
AutomatedCronTest::$modules property core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php Modules to install.
AutomatedCronTest::testRunsCronOnHttpRequest function core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php Tests that automated cron runs cron on an HTTP request.
automated_cron.info.yml file core/modules/automated_cron/automated_cron.info.yml core/modules/automated_cron/automated_cron.info.yml
automated_cron.module file core/modules/automated_cron/automated_cron.module
automated_cron.schema.yml file core/modules/automated_cron/config/schema/automated_cron.schema.yml core/modules/automated_cron/config/schema/automated_cron.schema.yml
automated_cron.services.yml file core/modules/automated_cron/automated_cron.services.yml core/modules/automated_cron/automated_cron.services.yml
automated_cron.settings.yml file core/modules/automated_cron/config/install/automated_cron.settings.yml core/modules/automated_cron/config/install/automated_cron.settings.yml
automated_cron.settings.yml file core/profiles/standard/config/install/automated_cron.settings.yml core/profiles/standard/config/install/automated_cron.settings.yml

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.