Search for to
Title | Object type | File name | Summary |
---|---|---|---|
AuthenticationCollector::$providerOrders | property | core/ |
Array of all providers and their priority. |
AuthenticationCollector::$providers | property | core/ |
Array of all registered authentication providers, keyed by ID. |
AuthenticationCollector::$sortedProviders | property | core/ |
Sorted list of registered providers. |
AuthenticationCollector::addProvider | function | core/ |
Adds a provider to the array of registered providers. |
AuthenticationCollector::getProvider | function | core/ |
Returns an authentication provider. |
AuthenticationCollector::getSortedProviders | function | core/ |
Returns the sorted array of authentication providers. |
AuthenticationCollector::isGlobal | function | core/ |
Returns whether a provider is considered global. |
AuthenticationCollectorInterface | interface | core/ |
Interface for collectors of registered authentication providers. |
AuthenticationCollectorInterface.php | file | core/ |
|
AuthenticationCollectorInterface::addProvider | function | core/ |
Adds a provider to the array of registered providers. |
AuthenticationCollectorInterface::getProvider | function | core/ |
Returns an authentication provider. |
AuthenticationCollectorInterface::getSortedProviders | function | core/ |
Returns the sorted array of authentication providers. |
AuthenticationCollectorInterface::isGlobal | function | core/ |
Returns whether a provider is considered global. |
AuthenticationCollectorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Authentication\AuthenticationCollector @group Authentication |
AuthenticationCollectorTest.php | file | core/ |
|
AuthenticationCollectorTest::testAuthenticationCollector | function | core/ |
Tests adding, getting, and order of priorities. |
AuthenticationManager::$authCollector | property | core/ |
The authentication provider collector. |
AuthenticationManager::appliesToRoutedRequest | function | core/ |
Checks whether the authentication method is allowed on a given route. |
AuthenticationProviderFilterInterface::appliesToRoutedRequest | function | core/ |
Checks whether the authentication method is allowed on a given route. |
autocomplete-loading.module.css | file | core/ |
Visual styles for autocomplete input field. |
autocomplete-loading.module.css | file | core/ |
Visual styles for animated throbber. |
autocomplete-loading.module.css | file | core/ |
Visual styles for animated throbber. |
autocomplete-loading.module.css | file | core/ |
Visual styles for animated throbber. |
autocomplete-loading.module.css | file | core/ |
Visual styles for animated throbber. |
autocomplete-loading.module.css | file | core/ |
Visual styles for animated throbber. |
autocomplete-loading.module.pcss.css | file | core/ |
Visual styles for autocomplete input field. |
autocomplete-loading.module.pcss.css | file | core/ |
Visual styles for animated throbber. |
autocomplete.css | file | core/ |
/*! * 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/ |
Defines a controller class with methods for autocompletion. |
AutocompleteController.php | file | core/ |
|
AutocompleteController::delayed_autocomplete | function | core/ |
Returns some autocompletion content with a slight delay. |
AutoconfigurationTest | class | core/ |
Tests autoconfiguration of services. |
AutoconfigurationTest.php | file | core/ |
|
AutoconfigurationTest::testCoreServiceTags | function | core/ |
Tests that core services do not use tags if autoconfiguration is enabled. |
AutoIncrementingTestItem | class | core/ |
Defines the 'field_method_invocation_order_test' entity field type. |
AutoIncrementingTestItem.php | file | core/ |
|
AutoIncrementingTestItem::getIncrementedFieldValue | function | core/ |
Gets an incremented field value. |
AutoIncrementingTestItem::preSave | function | core/ |
Defines custom presave behavior for field values. |
Autoload | class | core/ |
|
Autoload.php | file | core/ |
|
autoload.php | file | ./ |
|
Automated tests | group | core/ |
Overview of PHPUnit and Nightwatch automated tests. |
AutomatedCron | class | core/ |
A subscriber running cron after a response is sent. |
AutomatedCron.php | file | core/ |
|
AutomatedCron::$config | property | core/ |
The cron configuration. |
AutomatedCron::$cron | property | core/ |
The cron service. |
AutomatedCron::$state | property | core/ |
The state key value store. |
AutomatedCron::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
AutomatedCron::onTerminate | function | core/ |
Run the automated cron if enabled. |
AutomatedCron::__construct | function | core/ |
Constructs a new automated cron runner. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.