Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CacheableResponseTrait::getCacheableMetadata | function | core/ |
|
| CacheBackendDecorator::get | function | core/ |
Returns data from the persistent cache. |
| CacheBackendDecorator::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| 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 the interaction of cache and file storage in CachedStorage. |
| CachedStorageTest | class | core/ |
Tests CachedStorage operations. |
| 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/ |
Deletes configuration data from the storage. |
| CachedStorageTest::insert | function | core/ |
Inserts configuration data in the storage. |
| CachedStorageTest::read | function | core/ |
Reads configuration data from the storage. |
| CachedStorageTest::setUp | function | core/ |
|
| CachedStorageTest::testInvalidStorage | function | core/ |
Tests an invalid storage. |
| CachedStorageTest::testListAllStaticCache | function | core/ |
Tests listAll static cache. |
| CachedStorageTest::update | function | core/ |
Updates configuration data in the storage. |
| CacheFactory::get | function | core/ |
Instantiates a cache backend class for a given cache bin. |
| CacheFactoryDecorator::get | function | core/ |
Gets a cache backend class for a given cache bin. |
| CacheFactoryInterface::get | function | core/ |
Gets a cache backend class for a given cache bin. |
| CachePluginBase::cacheGet | function | core/ |
Retrieve data from the cache. |
| CachePluginBase::getCacheMaxAge | function | core/ |
Gets the max age for the current view. |
| CachePluginBase::getCacheTags | function | core/ |
Gets an array of cache tags for the current view. |
| CachePluginBase::getDefaultCacheMaxAge | function | core/ |
Returns the default cache max age. |
| CachePluginBase::getResultsKey | function | core/ |
Returns the resultsKey property. |
| CachePluginBase::getRowCacheKeys | function | core/ |
Returns the row cache keys. |
| CachePluginBase::getRowCacheTags | function | core/ |
Returns the row cache tags. |
| CachePluginBase::getRowId | function | core/ |
Returns a unique identifier for the specified row. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.