Search for d
Title | Object type | File name | Summary |
---|---|---|---|
AuthenticationCollector::getSortedProviders | function | core/ |
Returns the sorted array of authentication providers. |
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. |
AuthenticationManager::appliesToRoutedRequest | function | core/ |
Checks whether the authentication method is allowed on a given route. |
AuthenticationManager::defaultFilter | function | core/ |
Default implementation of the provider filter. |
AuthenticationManager::getProvider | function | core/ |
Returns the id of the authentication provider for a request. |
AuthenticationManagerTest::providerTestDefaultFilter | function | core/ |
Provides data to self::testDefaultFilter(). |
AuthenticationManagerTest::testApplyFilterWithFilterProvider | function | core/ |
@covers ::applyFilter[[api-linebreak]] |
AuthenticationManagerTest::testDefaultFilter | function | core/ |
@covers ::defaultFilter[[api-linebreak]] @covers ::applyFilter[[api-linebreak]] |
AuthenticationProviderChallengeInterface | interface | core/ |
Generate a challenge when access is denied for unauthenticated users. |
AuthenticationProviderChallengeInterface.php | file | core/ |
|
AuthenticationProviderChallengeInterface::challengeException | function | core/ |
Constructs an exception which is used to generate the challenge. |
AuthenticationProviderFilterInterface | interface | core/ |
Restrict authentication methods to a subset of the site. |
AuthenticationProviderFilterInterface.php | file | core/ |
|
AuthenticationProviderFilterInterface::appliesToRoutedRequest | function | core/ |
Checks whether the authentication method is allowed on a given route. |
AuthenticationProviderInterface | interface | core/ |
Interface for authentication providers. |
AuthenticationProviderInterface.php | file | core/ |
|
AuthenticationProviderInterface::applies | function | core/ |
Checks whether suitable authentication credentials are on the request. |
AuthenticationProviderInterface::authenticate | function | core/ |
Authenticates the user. |
AuthenticationProviderPass | class | core/ |
Registers the authentication_providers container parameter. |
AuthenticationProviderPass.php | file | core/ |
|
AuthenticationProviderPass::process | function | core/ |
|
AuthenticationProviderPassTest | class | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\AuthenticationProviderPass[[api-linebreak]] @group DependencyInjection |
AuthenticationProviderPassTest.php | file | core/ |
|
AuthenticationProviderPassTest::testEncoders | function | core/ |
@covers ::process[[api-linebreak]] |
AuthenticationSubscriber::$authenticationProvider | property | core/ |
Authentication provider. |
AuthenticationSubscriber::$challengeProvider | property | core/ |
Authentication challenge provider. |
AuthenticationSubscriber::getSubscribedEvents | function | core/ |
|
AuthenticationSubscriber::onExceptionAccessDenied | function | core/ |
Detect disallowed authentication methods on access denied exceptions. |
AuthenticationSubscriber::onExceptionSendChallenge | function | core/ |
Respond with a challenge on access denied exceptions if appropriate. |
AuthenticationSubscriber::onKernelRequestFilterProvider | function | core/ |
Denies access if authentication provider is not allowed on this route. |
Authorized operations | group | core/ |
Functions to run operations with elevated privileges via authorize.php. |
authorize_access_allowed | function | core/ |
Determines if the current user is allowed to run authorize.php. |
autocomplete-loading.module.css | file | core/ |
Visual styles for animated throbber. |
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.pcss.css | file | core/ |
Visual styles for autocomplete input field. |
autocomplete-loading.module.pcss.css | file | core/ |
Visual styles for animated throbber. |
AutocompleteController::delayed_autocomplete | function | core/ |
Returns some autocompletion content with a slight delay. |
AutoIncrementingTestItem::getIncrementedFieldValue | function | core/ |
Gets an incremented field value. |
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::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
AutomatedCron::onTerminate | function | core/ |
Run the automated cron if enabled. |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.