Search for on
Title | Object type | File name | Summary |
---|---|---|---|
CategorizingPluginManagerTrait::getDefinitions | function | core/ |
|
CategorizingPluginManagerTrait::getGroupedDefinitions | function | core/ |
|
CategorizingPluginManagerTrait::getModuleExtensionList | function | core/ |
Returns the module extension list used. |
CategorizingPluginManagerTrait::getSortedDefinitions | function | core/ |
|
CategorizingPluginManagerTrait::processDefinitionCategory | function | core/ |
Processes a plugin definition to ensure there is a category. |
CategorizingPluginManagerTraitTest::testGetGroupedDefinitions | function | core/ |
@covers ::getGroupedDefinitions[[api-linebreak]] |
CategorizingPluginManagerTraitTest::testGetSortedDefinitions | function | core/ |
@covers ::getSortedDefinitions[[api-linebreak]] |
CategorizingPluginManagerTraitTest::testProcessDefinitionCategory | function | core/ |
@covers ::processDefinitionCategory[[api-linebreak]] |
CategoryAutocompleteController | class | core/ |
Returns autocomplete responses for block categories. |
CategoryAutocompleteController.php | file | core/ |
|
CategoryAutocompleteController::$blockManager | property | core/ |
The block manager. |
CategoryAutocompleteController::autocomplete | function | core/ |
Retrieves suggestions for block category autocompletion. |
CategoryAutocompleteController::create | function | core/ |
Instantiates a new instance of this class. |
CategoryAutocompleteController::__construct | function | core/ |
Constructs a new CategoryAutocompleteController. |
CategoryAutocompleteTest::$autocompleteController | property | core/ |
The autocomplete controller. |
CategoryAutocompleteTest::providerTestAutocompleteSuggestions | function | core/ |
Data provider for testAutocompleteSuggestions(). |
CategoryAutocompleteTest::testAutocompleteSuggestions | function | core/ |
Tests the autocomplete method. |
ChainedFastBackend::$consistentBackend | property | core/ |
The consistent cache backend. |
ChainedFastBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
ChainedFastBackend::__construct | function | core/ |
Constructs a ChainedFastBackend object. |
ChainedFastBackendFactory::$consistentServiceName | property | core/ |
The service name of the consistent backend factory. |
ChainedFastBackendFactory::$container | property | core/ |
The service container. |
ChainedFastBackendFactory::setContainer | function | core/ |
Sets the service container. |
ChainedFastBackendFactory::__construct | function | core/ |
Constructs ChainedFastBackendFactory object. |
ChainedFastBackendTest::$consistentCache | property | core/ |
The consistent cache backend. |
ChainedFastBackendTest::testFallThroughToConsistentCache | function | core/ |
Tests a fast cache miss gets data from the consistent cache backend. |
ChainedFastBackendTest::testGetDoesNotHitConsistentBackend | function | core/ |
Tests a get() on the fast backend, with no hit on the consistent backend. |
ChainEntityResolver::__construct | function | core/ |
Constructs a ChainEntityResolver object. |
ChainEntityResolverTest::testResolverWithNoneResolved | function | core/ |
Tests the resolve method with no matching resolvers. |
ChainEntityResolverTest::testResolverWithNoneResolvedUsingAddResolver | function | core/ |
Tests the resolve method with no matching resolvers, using addResolver. |
ChainRequestPolicyTest::providerChainExceptionOnInvalidReturnValue | function | core/ |
Provides test data for testChainExceptionOnInvalidReturnValue. |
ChainRequestPolicyTest::testChainExceptionOnInvalidReturnValue | function | core/ |
Asserts that check() throws an exception if a rule returns an invalid value. |
ChainRequestPolicyTest::testStopChainOnFirstDeny | function | core/ |
Asserts that check() returns immediately when a rule returned DENY. |
ChainResponsePolicy | class | core/ |
Provides a proxy class for \Drupal\Core\PageCache\ChainResponsePolicy. |
ChainResponsePolicy | class | core/ |
Implements a compound response policy. |
ChainResponsePolicy.php | file | core/ |
|
ChainResponsePolicy.php | file | core/ |
|
ChainResponsePolicy::$container | property | core/ |
The service container. |
ChainResponsePolicy::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
ChainResponsePolicy::$rules | property | core/ |
A list of policy rules to apply when this policy is checked. |
ChainResponsePolicy::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
ChainResponsePolicy::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
ChainResponsePolicy::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
ChainResponsePolicy::check | function | core/ |
Determines whether it is save to store a page in the cache. |
ChainResponsePolicy::check | function | core/ |
Determines whether it is save to store a page in the cache. |
ChainResponsePolicy::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
ChainResponsePolicy::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
ChainResponsePolicyInterface | interface | core/ |
Defines the interface for compound request policies. |
ChainResponsePolicyInterface.php | file | core/ |
|
ChainResponsePolicyInterface::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
Pagination
- Previous page
- Page 63
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.