Search for collect
- Search 7.x for collect
- Search 9.5.x for collect
- Search 8.9.x for collect
- Search 10.3.x for collect
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
block--views-block--recipe-collections-block.html.twig | file | core/ |
Theme override for recipe collections block. |
block.block.umami_views_block__recipe_collections_block.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_views_block__recipe_collections_block.yml |
Block::$pluginCollection | property | core/ |
The plugin collection that holds the block plugin for this entity. |
Block::$visibilityCollection | property | core/ |
The visibility collection. |
Block::getPluginCollection | function | core/ |
Encapsulates the creation of the block's LazyPluginCollection. |
Block::getPluginCollections | function | core/ |
|
BlockContentTest::testCollectionFilterAccess | function | core/ |
|
BlockPluginCollection | class | core/ |
Provides a collection of block plugins. |
BlockPluginCollection.php | file | core/ |
|
BlockPluginCollection::$blockId | property | core/ |
The block ID this plugin collection belongs to. |
BlockPluginCollection::get | function | core/ |
|
BlockPluginCollection::initializePlugin | function | core/ |
Initializes and stores a plugin. |
BlockPluginCollection::__construct | function | core/ |
Constructs a new BlockPluginCollection. |
BlockTest::getExpectedCollectionCacheability | function | core/ |
Computes the cacheability for a given entity collection. |
BookManager::bookTreeCollectNodeLinks | function | core/ |
|
BookManager::bookTreeCollectNodeLinks | function | core/ |
|
BookManagerInterface::bookTreeCollectNodeLinks | function | core/ |
Collects node links from a given menu tree recursively. |
CacheBackendDecorator::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
CacheBackendInterface::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
CacheCollector | class | core/ |
Default implementation for CacheCollectorInterface. |
CacheCollector.php | file | core/ |
|
CacheCollector::$cache | property | core/ |
The cache backend that should be used. |
CacheCollector::$cacheCreated | property | core/ |
Stores the cache creation time. |
CacheCollector::$cacheInvalidated | property | core/ |
Flag that indicates of the cache has been invalidated. |
CacheCollector::$cacheLoaded | property | core/ |
Indicates if the collected cache was already loaded. |
CacheCollector::$cid | property | core/ |
The cache id that is used for the cache entry. |
CacheCollector::$keysToPersist | property | core/ |
An array of keys to add to the cache on service termination. |
CacheCollector::$keysToRemove | property | core/ |
An array of keys to remove from the cache on service termination. |
CacheCollector::$lock | property | core/ |
The lock backend that should be used. |
CacheCollector::$storage | property | core/ |
Storage for the data itself. |
CacheCollector::$tags | property | core/ |
A list of tags that are used for the cache entry. |
CacheCollector::clear | function | core/ |
Clears the collected cache entry. |
CacheCollector::delete | function | core/ |
Deletes the element. |
CacheCollector::destruct | function | core/ |
Performs destruct operations. |
CacheCollector::get | function | core/ |
Gets value from the cache. |
CacheCollector::getCid | function | core/ |
Gets the cache ID. |
CacheCollector::has | function | core/ |
Returns whether data exists for this key. |
CacheCollector::invalidateCache | function | core/ |
Invalidate the cache. |
CacheCollector::lazyLoadCache | function | core/ |
Loads the cache if not already done. |
CacheCollector::persist | function | core/ |
Flags an offset value to be written to the persistent cache. |
CacheCollector::reset | function | core/ |
Resets the local cache. |
CacheCollector::resolveCacheMiss | function | core/ |
Resolves a cache miss. |
CacheCollector::set | function | core/ |
Implements \Drupal\Core\Cache\CacheCollectorInterface::set(). |
CacheCollector::updateCache | function | core/ |
Writes a value to the persistent cache immediately. |
CacheCollector::__construct | function | core/ |
Constructs a CacheCollector object. |
CacheCollectorHelper | class | core/ |
Helper class to test the cache collector. |
CacheCollectorHelper.php | file | core/ |
|
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. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.