Search for collect
- Search 7.x for collect
 - Search 8.9.x for collect
 - Search 10.3.x for collect
 - Search 11.x for collect
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| CacheCollectorHelper::$cacheMissData | property | core/ | 
                                                                                        Contains data to return on a cache miss. | 
| CacheCollectorHelper::$cacheMisses | property | core/ | 
                                                                                        Number of calls to \Drupal\Core\Cache\CacheCollector::resolveCacheMiss(). | 
| CacheCollectorHelper::getCacheMisses | function | core/ | 
                                                                                        Returns the number of cache misses. | 
| CacheCollectorHelper::resolveCacheMiss | function | core/ | 
                                                                                        Resolves a cache miss. | 
| CacheCollectorHelper::set | function | core/ | 
                                                                                        Implements \Drupal\Core\Cache\CacheCollectorInterface::set(). | 
| CacheCollectorHelper::setCacheMissData | function | core/ | 
                                                                                        Sets data to return from a cache miss resolve. | 
| CacheCollectorInterface | interface | core/ | 
                                                                                        Provides a caching wrapper to be used in place of large structures. | 
| CacheCollectorInterface.php | file | core/ | 
                                                                                        |
| CacheCollectorInterface::clear | function | core/ | 
                                                                                        Clears the collected cache entry. | 
| CacheCollectorInterface::delete | function | core/ | 
                                                                                        Deletes the element. | 
| CacheCollectorInterface::get | function | core/ | 
                                                                                        Gets value from the cache. | 
| CacheCollectorInterface::has | function | core/ | 
                                                                                        Returns whether data exists for this key. | 
| CacheCollectorInterface::reset | function | core/ | 
                                                                                        Resets the local cache. | 
| CacheCollectorInterface::set | function | core/ | 
                                                                                        Sets cache data. | 
| CacheCollectorTest | class | core/ | 
                                                                                        @coversDefaultClass \Drupal\Core\Cache\CacheCollector[[api-linebreak]] @group Cache  | 
              
| CacheCollectorTest | class | core/ | 
                                                                                        Tests DatabaseBackend cache tag implementation. | 
| CacheCollectorTest.php | file | core/ | 
                                                                                        |
| CacheCollectorTest.php | file | core/ | 
                                                                                        |
| CacheCollectorTest::$cacheBackend | property | core/ | 
                                                                                        The cache backend that should be used. | 
| CacheCollectorTest::$cacheTagsInvalidator | property | core/ | 
                                                                                        The cache tags invalidator. | 
| CacheCollectorTest::$cid | property | core/ | 
                                                                                        The cache id used for the test. | 
| CacheCollectorTest::$collector | property | core/ | 
                                                                                        Cache collector implementation to test. | 
| CacheCollectorTest::$lock | property | core/ | 
                                                                                        The lock backend that should be used. | 
| CacheCollectorTest::providerTestInvalidCharacters | function | core/ | 
                                                                                        Data provider for ::testCacheCollector(). | 
| CacheCollectorTest::register | function | core/ | 
                                                                                        Registers test-specific services. | 
| CacheCollectorTest::setUp | function | core/ | 
                                                                                        |
| CacheCollectorTest::testCacheCollector | function | core/ | 
                                                                                        Tests setting and invalidating. | 
| CacheCollectorTest::testDelete | function | core/ | 
                                                                                        Tests setting and deleting values. | 
| CacheCollectorTest::testGetFromCache | function | core/ | 
                                                                                        Tests returning value from the collected cache. | 
| CacheCollectorTest::testResolveCacheMiss | function | core/ | 
                                                                                        Tests the resolve cache miss function. | 
| 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. | 
| CacheCollectorTest::testUpdateCache | function | core/ | 
                                                                                        Tests updating the cache after a set. | 
| CacheCollectorTest::testUpdateCacheClear | function | core/ | 
                                                                                        Tests a clear of the cache collector. | 
| CacheCollectorTest::testUpdateCacheClearTags | function | core/ | 
                                                                                        Tests a clear of the cache collector using tags. | 
| CacheCollectorTest::testUpdateCacheDelete | function | core/ | 
                                                                                        Tests updating the cache after a delete. | 
| CacheCollectorTest::testUpdateCacheInvalidatedConflict | function | core/ | 
                                                                                        Tests updating the cache when there is a conflict after cache invalidation. | 
| CacheCollectorTest::testUpdateCacheLockFail | function | core/ | 
                                                                                        Tests updating the cache when the lock acquire fails. | 
| CacheCollectorTest::testUpdateCacheMerge | function | core/ | 
                                                                                        Tests updating the cache when a different request. | 
| CacheCollectorTest::testUpdateCacheNoChanges | function | core/ | 
                                                                                        Tests updating the cache when no changes were made. | 
| CacheCollectorTest::testUpdateCacheReset | function | core/ | 
                                                                                        Tests a reset of the cache collector. | 
| CachedStorage::createCollection | function | core/ | 
                                                                                        Creates a collection on the storage. | 
| CachedStorage::getAllCollectionNames | function | core/ | 
                                                                                        Gets the existing collections. | 
| 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. | 
| ChainedFastBackend::garbageCollection | function | core/ | 
                                                                                        Performs garbage collection on a cache bin. | 
| CollectRoutesTest | class | core/ | 
                                                                                        Tests the REST export view plugin. | 
| CollectRoutesTest.php | file | core/ | 
                                                                                        |
| CollectRoutesTest::$restExport | property | core/ | 
                                                                                        The REST export instance. | 
| CollectRoutesTest::$routes | property | core/ | 
                                                                                        The RouteCollection. | 
Pagination
- Previous page
 - Page 3
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.