Search for collect

  1. Search 7.x for collect
  2. Search 9.5.x for collect
  3. Search 8.9.x for collect
  4. Search 10.3.x for collect
  5. Other projects
Title Object type File name Summary
CachedStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/CachedStorage.php Gets the existing collections.
CachedStorage::getCollectionName function core/lib/Drupal/Core/Config/CachedStorage.php Gets the name of the current collection the storage is using.
CachedStorage::getCollectionPrefix function core/lib/Drupal/Core/Config/CachedStorage.php Returns a cache ID prefix to use for the collection.
ChainedFastBackend::garbageCollection function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Performs garbage collection on a cache bin.
CheckpointStorage::CONFIG_COLLECTION_KEY constant core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Used to store the list of collections in each checkpoint.
CheckpointStorage::createCollection function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Creates a collection on the storage.
CheckpointStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Gets the existing collections.
CheckpointStorage::getCollectionName function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Gets the name of the current collection the storage is using.
CheckpointStorage::KEY_VALUE_COLLECTION_PREFIX constant core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Used as prefix to a config checkpoint collection.
CheckpointStorage::storeCollectionName function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Stores the collection name so the storage knows its own collections.
CheckpointStorageTest::testCollections function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::getAllCollectionNames[[api-linebreak]]
@covers ::getCollectionName[[api-linebreak]]
@covers ::createCollection[[api-linebreak]]
CheckpointStorageTest::testRevertWithCollections function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the rename operation of checkpoint storage with collections.
CollectPathsToExcludeEvent class core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Defines an event that collects paths to exclude.
CollectPathsToExcludeEvent.php file core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php
CollectPathsToExcludeEvent::add function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php
CollectPathsToExcludeEvent::addPathsRelativeToProjectRoot function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Flags paths to be ignored, relative to the project root.
CollectPathsToExcludeEvent::addPathsRelativeToWebRoot function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Flags paths to be ignored, relative to the web root.
CollectPathsToExcludeEvent::getAll function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php
CollectPathsToExcludeEvent::scanForDirectoriesByName function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Finds all directories in the project root matching the given name.
CollectPathsToExcludeEvent::__construct function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Constructs a CollectPathsToExcludeEvent object.
CollectPathsToExcludeFailValidator class core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php Allows to test an excluder which fails on CollectPathsToExcludeEvent.
CollectPathsToExcludeFailValidator.php file core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php
CollectPathsToExcludeFailValidator::callToComposer function core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php Fails when composer.json is deleted to simulate failure on excluders.
CollectPathsToExcludeFailValidator::getSubscribedEvents function core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php
CollectPathsToExcludeFailValidator::__construct function core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php Constructs a CollectPathsToExcludeFailValidator object.
CollectRelationshipMetaEvent class core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php Event for collecting the relationship metadata of a JSON:API resource object.
CollectRelationshipMetaEvent.php file core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php
CollectRelationshipMetaEvent::$meta property core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php The metadata.
CollectRelationshipMetaEvent::getMeta function core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php Gets the meta values.
CollectRelationshipMetaEvent::getRelationshipFieldName function core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php Gets the relationship field.
CollectRelationshipMetaEvent::getResourceObject function core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php Gets the resource object.
CollectRelationshipMetaEvent::setMetaValue function core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php Sets a meta value.
CollectRelationshipMetaEvent::__construct function core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php Constructs a new CollectRelationshipMetaEvent object.
CollectResourceObjectMetaEvent class core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php Event for collecting resource object metadata of a JSON:API resource types.
CollectResourceObjectMetaEvent.php file core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php
CollectResourceObjectMetaEvent::$meta property core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php The metadata.
CollectResourceObjectMetaEvent::getContext function core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php Gets context options for the normalizer.
CollectResourceObjectMetaEvent::getMeta function core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php Gets the meta values.
CollectResourceObjectMetaEvent::getResourceObject function core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php Gets the resource object.
CollectResourceObjectMetaEvent::setMetaValue function core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php Sets a meta value.
CollectResourceObjectMetaEvent::__construct function core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php Constructs a new CollectResourceObjectMetaEvent object.
CollectRoutesTest class core/modules/rest/tests/src/Unit/CollectRoutesTest.php Tests the REST export view plugin.
CollectRoutesTest.php file core/modules/rest/tests/src/Unit/CollectRoutesTest.php
CollectRoutesTest::$restExport property core/modules/rest/tests/src/Unit/CollectRoutesTest.php The REST export instance.
CollectRoutesTest::$routes property core/modules/rest/tests/src/Unit/CollectRoutesTest.php The RouteCollection.
CollectRoutesTest::setUp function core/modules/rest/tests/src/Unit/CollectRoutesTest.php
CollectRoutesTest::testRoutesRequirements function core/modules/rest/tests/src/Unit/CollectRoutesTest.php Tests if adding a requirement to a route only modify one route.
CommentTest::getExpectedCollectionCacheability function core/modules/jsonapi/tests/src/Functional/CommentTest.php Computes the cacheability for a given entity collection.
CommentTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/CommentTest.php
CommonCollectionFilterAccessTestPatternsTrait trait core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php Provides common filter access control tests.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.