Search for __get
- Search 7.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Search 11.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CacheableDependencyInterface::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| CacheableDependencyInterface::getCacheTags | function | core/ |
The cache tags associated with this object. |
| CacheableDependencyTrait::getCacheContexts | function | core/ |
|
| CacheableDependencyTrait::getCacheMaxAge | function | core/ |
|
| CacheableDependencyTrait::getCacheTags | function | core/ |
|
| CacheableMetadata::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| CacheableMetadata::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| CacheableMetadata::getCacheTags | function | core/ |
The cache tags associated with this object. |
| CacheableMetadataCalculationTest::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| CacheableMetadataCalculationTest::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| CacheableMetadataCalculationTest::getCacheTags | function | core/ |
The cache tags associated with this object. |
| CacheableNormalization::getNormalization | function | core/ |
Gets the decorated normalization. |
| CacheableOmission::getNormalization | function | core/ |
A CacheableOmission should never have its normalization retrieved. |
| CacheableResponseInterface::getCacheableMetadata | function | core/ |
Returns the cacheability metadata for this response. |
| CacheableResponseTrait::getCacheableMetadata | function | core/ |
|
| CacheBackendInterface::get | function | core/ |
Returns data from the persistent cache. |
| CacheBackendInterface::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| CacheCollector::get | function | core/ |
Gets value from the cache. |
| CacheCollector::getCid | function | core/ |
Gets the cache ID. |
| CacheCollectorHelper::getCacheMisses | function | core/ |
Returns the number of cache misses. |
| CacheCollectorInterface::get | function | core/ |
Gets value from the cache. |
| CacheCollectorTest::testGetFromCache | function | core/ |
Tests returning value from the collected cache. |
| CacheCollectorTest::testSetAndGet | function | core/ |
Tests setting and getting values when the cache is empty. |
| CacheCollectorTest::testSetAndGetNull | function | core/ |
Makes sure that NULL is a valid value and is collected. |
| CacheContextInterface::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context. |
| CacheContextInterface::getContext | function | core/ |
Returns the string representation of the cache context. |
| CacheContextInterface::getLabel | function | core/ |
Returns the label of the cache context. |
| 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. |
| CacheContextsManagerTest::getContextsFixture | function | core/ |
|
| CacheContextsManagerTest::getMockContainer | function | core/ |
|
| 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. |
| CachedStorageTest | class | core/ |
Tests CachedStorage operations. |
| CachedStorageTest | class | core/ |
Tests the interaction of cache and file storage in CachedStorage. |
| CachedStorageTest.php | file | core/ |
|
| CachedStorageTest.php | file | core/ |
|
| CachedStorageTest::$cache | property | core/ |
The cache backend the cached storage is using. |
| CachedStorageTest::$cacheFactory | property | core/ |
|
| CachedStorageTest::$fileStorage | property | core/ |
The file storage the cached storage is using. |
| CachedStorageTest::delete | function | core/ |
|
| CachedStorageTest::insert | function | core/ |
|
| CachedStorageTest::read | function | core/ |
|
| CachedStorageTest::setUp | function | core/ |
|
| CachedStorageTest::testInvalidStorage | function | core/ |
Tests an invalid storage. |
| CachedStorageTest::testListAllStaticCache | function | core/ |
Tests listAll static cache. |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.