Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Provides a proxy class for \Drupal\Core\Plugin\CachedDiscoveryClearer. |
| CachedDiscoveryClearer | class | core/ |
Defines a class which is capable of clearing the cache on plugin managers. |
| CachedDiscoveryClearer.php | file | core/ |
|
| CachedDiscoveryClearer.php | file | core/ |
|
| CachedDiscoveryClearer::$cachedDiscoveries | property | core/ |
The stored discoveries. |
| CachedDiscoveryClearer::$container | property | core/ |
The service container. |
| CachedDiscoveryClearer::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
| CachedDiscoveryClearer::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
| CachedDiscoveryClearer::addCachedDiscovery | function | core/ |
Adds a plugin manager to the active list. |
| CachedDiscoveryClearer::addCachedDiscovery | function | core/ |
Adds a plugin manager to the active list. |
| CachedDiscoveryClearer::clearCachedDefinitions | function | core/ |
Clears the cache on all cached discoveries. |
| CachedDiscoveryClearer::clearCachedDefinitions | function | core/ |
Clears the cache on all cached discoveries. |
| CachedDiscoveryClearer::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
| CachedDiscoveryClearer::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
| CachedDiscoveryClearerInterface | interface | core/ |
Provides a way to clear static caches of all plugin managers. |
| CachedDiscoveryClearerInterface.php | file | core/ |
|
| CachedDiscoveryClearerInterface::addCachedDiscovery | function | core/ |
Adds a plugin manager to the active list. |
| 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. |
| CacheDecoratorInterface | interface | core/ |
Defines an interface for cache decorator implementations. |
| CacheDecoratorInterface.php | file | core/ |
|
| CacheDecoratorInterface::setCacheKey | function | core/ |
Specify the key to use when writing the cache. |
| CacheDecoratorInterface::writeCache | function | core/ |
Write the cache. |
| 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. |
| CachedStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| CachedStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| CachedStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| CachedStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| CachedStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| CachedStorage::findByPrefix | function | core/ |
Finds configuration object names starting with a given prefix. |
| CachedStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| CachedStorage::getCacheKey | function | core/ |
Returns a cache key for a configuration name using the collection. |
| CachedStorage::getCacheKeys | function | core/ |
Returns a cache key map for an array of configuration names. |
| CachedStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| CachedStorage::getCollectionPrefix | function | core/ |
Returns a cache ID prefix to use for the collection. |
Pagination
- Previous page
- Page 145
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.