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
PerformanceDataCollector class core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Collects and stores performance data for database and cache operations.
PerformanceDataCollector.php file core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php
PerformanceDataCollector::$cacheOperations property core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Cache operations collected during the request.
PerformanceDataCollector::$cacheTagOperations property core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Cache tag operations collected during the request.
PerformanceDataCollector::$databaseEvents property core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Database events collected during the request.
PerformanceDataCollector::addCacheOperation function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Adds a cache operation.
PerformanceDataCollector::addCacheTagOperation function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Adds a cache tag operation.
PerformanceDataCollector::destruct function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Performs destruct operations.
PerformanceDataCollector::getSubscribedEvents function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php
PerformanceDataCollector::onDatabaseEvent function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Logs database statements.
PerformanceForm::$cssCollectionOptimizer property core/modules/system/src/Form/PerformanceForm.php The CSS asset collection optimizer service.
PerformanceForm::$jsCollectionOptimizer property core/modules/system/src/Form/PerformanceForm.php The JavaScript asset collection optimizer service.
PerformanceTestTrait::collectNetworkData function core/tests/Drupal/Tests/PerformanceTestTrait.php Prepares data for assertions.
PerformanceTestTrait::collectPerformanceData function core/tests/Drupal/Tests/PerformanceTestTrait.php Executes a callable and collects performance data.
PhpArrayContainerTest::getCollection function core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php Helper function to return a machine-optimized '@notation'.
PhpArrayDumper::dumpCollection function core/lib/Drupal/Component/DependencyInjection/Dumper/PhpArrayDumper.php Dumps a collection to a PHP array.
PhpArrayDumperTest::getCollection function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php Helper function to return a machine-optimized collection.
PhpBackend::garbageCollection function core/lib/Drupal/Core/Cache/PhpBackend.php Performs garbage collection on a cache bin.
PhpStorageInterface::garbageCollection function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Performs garbage collection on the storage.
QueueGarbageCollectionInterface interface core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php Queue garbage collection interface.
QueueGarbageCollectionInterface.php file core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php
QueueGarbageCollectionInterface::garbageCollection function core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php Cleans queues of garbage.
ReadOnlyStorage::createCollection function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Creates a collection on the storage.
ReadOnlyStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Gets the existing collections.
ReadOnlyStorage::getCollectionName function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Gets the name of the current collection the storage is using.
ReadOnlyStorageTest::testCollections function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php @covers ::getAllCollectionNames[[api-linebreak]]
@covers ::getCollectionName[[api-linebreak]]
@covers ::createCollection[[api-linebreak]]
recipe-collections.css file core/profiles/demo_umami/themes/umami/css/components/blocks/recipe-collections/recipe-collections.css .block-views-blockrecipe-collections-block {
padding: 3rem 4%;
color: #fff;
background: #767775;
}
.block-views-blockrecipe-collections-block .block__title {
margin-bottom: 1.5rem;
text-align:…
RecipeConfigStorageWrapper::createCollection function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Creates a collection on the storage.
RecipeConfigStorageWrapper::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Gets the existing collections.
RecipeConfigStorageWrapper::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Gets the name of the current collection the storage is using.
RecipeConfigStorageWrapperTest::testCreateCollection function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test creating a collection passes the name through to the child storages.
RecipeConfigStorageWrapperTest::testGetAllCollectionNames function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test that we merge and return only unique collection names.
RecipeConfigStorageWrapperTest::testGetCollection function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test the collection name is stored properly.
RecipeExtensionConfigStorage::createCollection function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Creates a collection on the storage.
RecipeExtensionConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Gets the existing collections.
RecipeExtensionConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Gets the name of the current collection the storage is using.
RecipeOverrideConfigStorage::createCollection function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Creates a collection on the storage.
RecipeOverrideConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets the existing collections.
RecipeOverrideConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets the name of the current collection the storage is using.
Registry::collectModulePreprocess function core/lib/Drupal/Core/Theme/Registry.php Collect module implementations of a single hook.
Relationship::buildLinkCollectionFromEntityReferenceField function core/modules/jsonapi/src/JsonApiResource/Relationship.php Builds a LinkCollection for the given entity reference field.
Renderer::$contextCollection property core/lib/Drupal/Core/Render/Renderer.php The render context collection.
ResourceResponseTestTrait::collectionHasResourceIdentifier function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Determines if a given resource exists in a list of resources.
ResourceResponseTestTrait::getEmptyCollectionResponse function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Gets a generic empty collection response.
ResourceResponseTestTrait::sortResourceCollection function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Sorts a collection of resources or resource identifiers.
ResourceResponseTestTrait::toCollectionResourceResponse function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Merges individual responses into a collection response.
ResourceTestBase::getExpectedCollectionCacheability function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Computes the cacheability for a given entity collection.
ResourceTestBase::getExpectedCollectionResponse function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Returns a JSON:API collection document for the expected entities.
ResourceTestBase::testCollection function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests GETting a collection of resources.
RestExport::$authenticationCollector property core/modules/rest/src/Plugin/views/display/RestExport.php The collector of authentication providers.

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