Search for d
Title | Object type | File name | Summary |
---|---|---|---|
AuditResult::pass | function | core/ |
Creates a passing audit result for a migration. |
AuditResult::passed | function | core/ |
Returns the boolean result of the audit. |
AuditResult::__construct | function | core/ |
AuditResult constructor. |
AuditResult::__toString | function | core/ |
Returns the reasons the migration passed or failed, as a string. |
AuthenticationCollector::$globalProviders | property | core/ |
List of providers which are allowed on routes with no _auth option. |
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. |
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/ |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
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. |
Pagination
- Previous page
- Page 34
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.