Search for on
Title | Object type | File name | Summary |
---|---|---|---|
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 | class | core/ |
Authentication subscriber. |
AuthenticationSubscriber.php | file | core/ |
|
AuthenticationSubscriber::$accountProxy | property | core/ |
Account proxy. |
AuthenticationSubscriber::$authenticationProvider | property | core/ |
Authentication provider. |
AuthenticationSubscriber::$challengeProvider | property | core/ |
Authentication challenge provider. |
AuthenticationSubscriber::$filter | property | core/ |
Authentication provider filter. |
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::onKernelRequestAuthenticate | function | core/ |
Authenticates user on request. |
AuthenticationSubscriber::onKernelRequestFilterProvider | function | core/ |
Denies access if authentication provider is not allowed on this route. |
AuthenticationSubscriber::__construct | function | core/ |
Constructs an authentication subscriber. |
authentication_collector | service | core/ |
Drupal\Core\Authentication\AuthenticationCollector |
authentication_subscriber | service | core/ |
Drupal\Core\EventSubscriber\AuthenticationSubscriber |
Authorized operations | group | core/ |
Functions to run operations with elevated privileges via authorize.php. |
AutocompleteController | class | core/ |
Defines a controller class with methods for autocompletion. |
AutocompleteController.php | file | core/ |
|
AutocompleteController::autocomplete1 | function | core/ |
Returns some autocompletion content. |
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. |
AutomatedCronUpdateWithAutomatedCronTest | class | core/ |
Ensures that the automated cron module is installed on update. |
AutomatedCronUpdateWithAutomatedCronTest.php | file | core/ |
|
AutomatedCronUpdateWithAutomatedCronTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AutomatedCronUpdateWithAutomatedCronTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
AutomatedCronUpdateWithAutomatedCronTest::testUpdate | function | core/ |
Ensures that automated cron module isn installed and the config migrated. |
AutomatedCronUpdateWithoutAutomatedCronTest | class | core/ |
Ensures that the automated cron module is not installed on update. |
AutomatedCronUpdateWithoutAutomatedCronTest.php | file | core/ |
|
AutomatedCronUpdateWithoutAutomatedCronTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AutomatedCronUpdateWithoutAutomatedCronTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
AutomatedCronUpdateWithoutAutomatedCronTest::testUpdate | function | core/ |
Ensures that automated cron module isn't installed and the config migrated. |
automated_cron.info.yml | file | core/ |
core/modules/automated_cron/automated_cron.info.yml |
automated_cron.module | file | core/ |
Provides an automated cron by executing it at the end of a response. |
automated_cron.schema.yml | file | core/ |
core/modules/automated_cron/config/schema/automated_cron.schema.yml |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.