Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
AuthenticationCollector::$providerOrders property core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Array of all providers and their priority.
AuthenticationCollector::$providers property core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Array of all registered authentication providers, keyed by ID.
AuthenticationCollector::$sortedProviders property core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Sorted list of registered providers.
AuthenticationCollector::addProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Adds a provider to the array of registered providers.
AuthenticationCollector::getProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Returns an authentication provider.
AuthenticationCollector::getSortedProviders function core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Returns the sorted array of authentication providers.
AuthenticationCollector::isGlobal function core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Returns whether a provider is considered global.
AuthenticationCollectorInterface interface core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Interface for collectors of registered authentication providers.
AuthenticationCollectorInterface.php file core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php
AuthenticationCollectorInterface::addProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Adds a provider to the array of registered providers.
AuthenticationCollectorInterface::getProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Returns an authentication provider.
AuthenticationCollectorInterface::getSortedProviders function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Returns the sorted array of authentication providers.
AuthenticationCollectorInterface::isGlobal function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Returns whether a provider is considered global.
AuthenticationCollectorTest class core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php @coversDefaultClass \Drupal\Core\Authentication\AuthenticationCollector
@group Authentication
AuthenticationCollectorTest.php file core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php
AuthenticationCollectorTest::testAuthenticationCollector function core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php Tests adding, getting, and order of priorities.
AuthenticationManager::$authCollector property core/lib/Drupal/Core/Authentication/AuthenticationManager.php The authentication provider collector.
AuthenticationManager::appliesToRoutedRequest function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Checks whether the authentication method is allowed on a given route.
AuthenticationProviderFilterInterface::appliesToRoutedRequest function core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php Checks whether the authentication method is allowed on a given route.
autocomplete-loading.module.css file core/themes/olivero/css/components/autocomplete-loading.module.css Visual styles for autocomplete input field.
autocomplete-loading.module.css file core/themes/stable9/css/system/components/autocomplete-loading.module.css Visual styles for animated throbber.
autocomplete-loading.module.css file core/themes/claro/css/components/autocomplete-loading.module.css Visual styles for animated throbber.
autocomplete-loading.module.css file core/misc/components/autocomplete-loading.module.css Visual styles for animated throbber.
autocomplete-loading.module.css file core/themes/stable9/css/core/components/autocomplete-loading.module.css Visual styles for animated throbber.
autocomplete-loading.module.css file core/modules/system/css/components/autocomplete-loading.module.css Visual styles for animated throbber.
autocomplete-loading.module.pcss.css file core/themes/olivero/css/components/autocomplete-loading.module.pcss.css Visual styles for autocomplete input field.
autocomplete-loading.module.pcss.css file core/themes/claro/css/components/autocomplete-loading.module.pcss.css Visual styles for animated throbber.
autocomplete.css file core/assets/vendor/jquery.ui/themes/base/autocomplete.css /*!
* jQuery UI Autocomplete 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/autocomplete/#theming
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.
AutoIncrementingTestItem class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Defines the 'field_method_invocation_order_test' entity field type.
AutoIncrementingTestItem.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php
AutoIncrementingTestItem::getIncrementedFieldValue function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Gets an incremented field value.
AutoIncrementingTestItem::preSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Defines custom presave behavior for field values.
Autoload class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Autoload.php
Autoload.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Autoload.php
autoload.php file ./autoload.php
Automated tests group core/core.api.php Overview of PHPUnit and Nightwatch automated tests.
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.

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