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
- Search main for collect
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CacheCollectorTest::testUpdateCacheClearTags | function | core/ |
Tests a clear of the cache collector using tags. |
| CacheCollectorTest::testUpdateCacheConcurrentWriteSameTimestamp | function | core/ |
Tests that a concurrent write in the same millisecond is detected. |
| CacheCollectorTest::testUpdateCacheConflict | function | core/ |
Tests updating the cache when there is a conflict after cache invalidation. |
| CacheCollectorTest::testUpdateCacheDelete | function | core/ |
Tests deleting the cache after a delete. |
| CacheCollectorTest::testUpdateCacheLockFail | function | core/ |
Tests updating the cache when the lock acquire fails. |
| CacheCollectorTest::testUpdateCacheMerge | function | core/ |
Tests a cache hit, then item updated by a different request. |
| CacheCollectorTest::testUpdateCacheNoChanges | function | core/ |
Tests updating the cache when no changes were made. |
| CacheCollectorTest::testUpdateCacheRace | function | core/ |
Tests a cache miss, then item created by another request. |
| 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. |
| CheckpointStorage::CONFIG_COLLECTION_KEY | constant | core/ |
Used to store the list of collections in each checkpoint. |
| CheckpointStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| CheckpointStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| CheckpointStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| CheckpointStorage::KEY_VALUE_COLLECTION_PREFIX | constant | core/ |
Used as prefix to a config checkpoint collection. |
| CheckpointStorage::storeCollectionName | function | core/ |
Stores the collection name so the storage knows its own collections. |
| CheckpointStorageTest::testCollections | function | core/ |
Tests collections. |
| CheckpointStorageTest::testRevertWithCollections | function | core/ |
Tests the rename operation of checkpoint storage with collections. |
| CollectPathsToExcludeEvent | class | core/ |
Defines an event that collects paths to exclude. |
| CollectPathsToExcludeEvent.php | file | core/ |
|
| CollectPathsToExcludeEvent::add | function | core/ |
|
| CollectPathsToExcludeEvent::addPathsRelativeToProjectRoot | function | core/ |
Flags paths to be ignored, relative to the project root. |
| CollectPathsToExcludeEvent::addPathsRelativeToWebRoot | function | core/ |
Flags paths to be ignored, relative to the web root. |
| CollectPathsToExcludeEvent::getAll | function | core/ |
|
| CollectPathsToExcludeEvent::scanForDirectoriesByName | function | core/ |
Finds all directories in the project root matching the given name. |
| CollectPathsToExcludeEvent::__construct | function | core/ |
Constructs a CollectPathsToExcludeEvent object. |
| CollectPathsToExcludeFailValidator | class | core/ |
Allows to test an excluder which fails on CollectPathsToExcludeEvent. |
| CollectPathsToExcludeFailValidator.php | file | core/ |
|
| CollectPathsToExcludeFailValidator::callToComposer | function | core/ |
Fails when composer.json is deleted to simulate failure on excluders. |
| CollectPathsToExcludeFailValidator::getSubscribedEvents | function | core/ |
|
| CollectPathsToExcludeFailValidator::__construct | function | core/ |
Constructs a CollectPathsToExcludeFailValidator object. |
| CollectRelationshipMetaEvent | class | core/ |
Event for collecting the relationship metadata of a JSON:API resource object. |
| CollectRelationshipMetaEvent.php | file | core/ |
|
| CollectRelationshipMetaEvent::$meta | property | core/ |
The metadata. |
| CollectRelationshipMetaEvent::getMeta | function | core/ |
Gets the meta values. |
| CollectRelationshipMetaEvent::getRelationshipFieldName | function | core/ |
Gets the relationship field. |
| CollectRelationshipMetaEvent::getResourceObject | function | core/ |
Gets the resource object. |
| CollectRelationshipMetaEvent::setMetaValue | function | core/ |
Sets a meta value. |
| CollectRelationshipMetaEvent::__construct | function | core/ |
Constructs a new CollectRelationshipMetaEvent object. |
| CollectResourceObjectMetaEvent | class | core/ |
Event for collecting resource object metadata of a JSON:API resource types. |
| CollectResourceObjectMetaEvent.php | file | core/ |
|
| CollectResourceObjectMetaEvent::$meta | property | core/ |
The metadata. |
| CollectResourceObjectMetaEvent::getContext | function | core/ |
Gets context options for the normalizer. |
| CollectResourceObjectMetaEvent::getMeta | function | core/ |
Gets the meta values. |
| CollectResourceObjectMetaEvent::getResourceObject | function | core/ |
Gets the resource object. |
| CollectResourceObjectMetaEvent::setMetaValue | function | core/ |
Sets a meta value. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.