Search for on
Title | Object type | File name | Summary |
---|---|---|---|
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::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. |
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. |
AutomatedCron::__construct | function | core/ |
|
AutomatedCronHooks | class | core/ |
Hook implementations for automated_cron. |
AutomatedCronHooks.php | file | core/ |
|
AutomatedCronHooks::formSystemCronSettingsAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for the system_cron_settings() form. |
AutomatedCronHooks::help | function | core/ |
Implements hook_help(). |
AutomatedCronTest | class | core/ |
Tests for automated_cron. |
AutomatedCronTest.php | file | core/ |
|
AutomatedCronTest::$modules | property | core/ |
Modules to install. |
AutomatedCronTest::testRunsCronOnHttpRequest | function | core/ |
Tests that automated cron runs cron on an HTTP request. |
automated_cron.info.yml | file | core/ |
core/modules/automated_cron/automated_cron.info.yml |
automated_cron.module | file | core/ |
|
automated_cron.schema.yml | file | core/ |
core/modules/automated_cron/config/schema/automated_cron.schema.yml |
automated_cron.services.yml | file | core/ |
core/modules/automated_cron/automated_cron.services.yml |
automated_cron.settings.yml | file | core/ |
core/modules/automated_cron/config/install/automated_cron.settings.yml |
automated_cron.settings.yml | file | core/ |
core/profiles/standard/config/install/automated_cron.settings.yml |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.