Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| CacheContextsManager::assertValidTokens | function | core/ |
Asserts the context tokens are valid. |
| CacheContextsManager::convertTokensToKeys | function | core/ |
Converts cache context tokens to cache keys. |
| CacheContextsManager::getAll | function | core/ |
Provides an array of available cache contexts. |
| CacheContextsManager::getLabels | function | core/ |
Provides an array of available cache context labels. |
| CacheContextsManager::getService | function | core/ |
Retrieves a cache context service from the container. |
| CacheContextsManager::optimizeTokens | function | core/ |
Optimizes cache context tokens (the minimal representative subset). |
| CacheContextsManager::parseTokens | function | core/ |
Parses cache context tokens into context IDs and optional parameters. |
| CacheContextsManager::validateTokens | function | core/ |
Validates an array of cache context tokens. |
| CacheContextsManager::__construct | function | core/ |
Constructs a CacheContextsManager object. |
| CacheContextsManagerTest | class | core/ |
Tests Drupal\Core\Cache\Context\CacheContextsManager. |
| CacheContextsManagerTest.php | file | core/ |
|
| CacheContextsManagerTest::getContextsFixture | function | core/ |
|
| CacheContextsManagerTest::getMockContainer | function | core/ |
|
| CacheContextsManagerTest::providerTestInvalidCalculatedContext | function | core/ |
Provides a list of invalid 'baz' cache contexts: the parameter is missing. |
| CacheContextsManagerTest::providerTestOptimizeTokens | function | core/ |
Provides a list of context token sets. |
| CacheContextsManagerTest::testAvailableContextLabels | function | core/ |
|
| CacheContextsManagerTest::testAvailableContextStrings | function | core/ |
|
| CacheContextsManagerTest::testConvertTokensToKeys | function | core/ |
Tests convert tokens to keys. |
| CacheContextsManagerTest::testInvalidCalculatedContext | function | core/ |
Tests invalid calculated context. |
| CacheContextsManagerTest::testInvalidContext | function | core/ |
Tests invalid context. |
| CacheContextsManagerTest::testOptimizeTokens | function | core/ |
Tests optimize tokens. |
| CacheContextsManagerTest::testValidateContexts | function | core/ |
Tests validate contexts. |
| CacheContextsManagerTest::validateTokensProvider | function | core/ |
Provides a list of cache context token arrays. |
| CacheContextsPass | class | core/ |
Adds cache_contexts parameter to the container. |
| CacheContextsPass.php | file | core/ |
|
| CacheContextsPass::process | function | core/ |
Implements CompilerPassInterface::process(). |
| CachedDataUITest | class | core/ |
Tests the shared tempstore cache in the UI. |
| CachedDataUITest.php | file | core/ |
|
| CachedDataUITest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CachedDataUITest::$testViews | property | core/ |
Views used by this test. |
| CachedDataUITest::testCacheData | function | core/ |
Tests the shared tempstore views data in the UI. |
| CachedDiscoveryClearer | class | core/ |
Defines a class which is capable of clearing the cache on plugin managers. |
| CachedDiscoveryClearer.php | file | core/ |
|
| CachedDiscoveryClearer::$legacyCachedDiscoveries | property | core/ |
The legacy stored discoveries. |
| CachedDiscoveryClearer::addCachedDiscovery | function | core/ |
Adds a plugin manager to the active list. |
| CachedDiscoveryClearer::clearCachedDefinitions | function | core/ |
Clears the cache on all cached discoveries. |
| CachedDiscoveryClearer::__construct | function | core/ |
Constructs the CachedDiscoveryClearer service. |
| CachedDiscoveryClearerInterface | interface | core/ |
Provides a way to clear static caches of all plugin managers. |
| CachedDiscoveryClearerInterface.php | file | core/ |
|
| CachedDiscoveryClearerInterface::clearCachedDefinitions | function | core/ |
Clears the cache on all cached discoveries. |
| CachedDiscoveryInterface | interface | core/ |
Interface for discovery components holding a cache of plugin definitions. |
| CachedDiscoveryInterface.php | file | core/ |
|
| CachedDiscoveryInterface::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
| CachedDiscoveryInterface::useCaches | function | core/ |
Disable the use of caches. |
| CachedStorage | class | core/ |
Defines the cached storage. |
| CachedStorage.php | file | core/ |
|
| CachedStorage::$cache | property | core/ |
The instantiated Cache backend. |
| CachedStorage::$findByPrefixCache | property | core/ |
List of listAll() prefixes with their results. |
| CachedStorage::$storage | property | core/ |
The configuration storage to be cached. |
| CachedStorage::createCollection | function | core/ |
Creates a collection on the storage. |
Pagination
- Previous page
- Page 147
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.