Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 10.3.x for on
  4. Search 11.x for on
  5. Other projects
Title Object type File name Summary
AuthenticationProviderFilterInterface::appliesToRoutedRequest function core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php Checks whether the authentication method is allowed on a given route.
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::autocomplete1 function core/modules/system/tests/modules/form_test/src/AutocompleteController.php Returns some autocompletion content.
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::$config property core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php The cron configuration.
AutomatedCron::$cron property core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php The cron service.
AutomatedCron::$state property core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php The state key value store.
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 Constructs a new automated cron runner.
AutomatedCronUpdateWithAutomatedCronTest class core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php Ensures that the automated cron module is installed on update.
AutomatedCronUpdateWithAutomatedCronTest.php file core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php
AutomatedCronUpdateWithAutomatedCronTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php The theme to install as the default for testing.
AutomatedCronUpdateWithAutomatedCronTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php Set database dump files to be used.
AutomatedCronUpdateWithAutomatedCronTest::testUpdate function core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php Ensures that automated cron module isn installed and the config migrated.
AutomatedCronUpdateWithoutAutomatedCronTest class core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php Ensures that the automated cron module is not installed on update.
AutomatedCronUpdateWithoutAutomatedCronTest.php file core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php
AutomatedCronUpdateWithoutAutomatedCronTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php The theme to install as the default for testing.
AutomatedCronUpdateWithoutAutomatedCronTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php Set database dump files to be used.
AutomatedCronUpdateWithoutAutomatedCronTest::testUpdate function core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php Ensures that automated cron module isn't installed and the config migrated.
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 Provides an automated cron by executing it at the end of a response.
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

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