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. Search 11.x for collect
  6. Other projects
Title Object type File name Summary
AuthenticationCollectorInterface interface core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Interface for collectors of registered authentication providers.
AuthenticationCollectorInterface.php file core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php
AuthenticationCollectorInterface::addProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Adds a provider to the array of registered providers.
AuthenticationCollectorInterface::getProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Returns an authentication provider.
AuthenticationCollectorInterface::getSortedProviders function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Returns the sorted array of authentication providers.
AuthenticationCollectorInterface::isGlobal function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Returns whether a provider is considered global.
AuthenticationCollectorTest class core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php Tests Drupal\Core\Authentication\AuthenticationCollector.
AuthenticationCollectorTest.php file core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php
AuthenticationCollectorTest::testAuthenticationCollector function core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php Tests adding, getting, and order of priorities.
AuthenticationManager::$authCollector property core/lib/Drupal/Core/Authentication/AuthenticationManager.php The authentication provider collector.
authentication_collector service core/core.services.yml Drupal\Core\Authentication\AuthenticationCollector
AutoloadingStorage::createCollection function core/lib/Drupal/Core/Config/AutoloadingStorage.php Creates a collection on the storage.
AutoloadingStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/AutoloadingStorage.php Gets the existing collections.
AutoloadingStorage::getCollectionName function core/lib/Drupal/Core/Config/AutoloadingStorage.php Gets the name of the current collection the storage is using.
BackendChain::garbageCollection function core/lib/Drupal/Core/Cache/BackendChain.php Performs garbage collection on a cache bin.
bbb_hook_collector_test.info.yml file core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/bbb_hook_collector_test.info.yml core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/bbb_hook_collector_test.info.yml
block--views-block--recipe-collections-block.html.twig file core/profiles/demo_umami/themes/umami/templates/components/recipe-collections/block--views-block--recipe-collections-block.html.twig Theme override for recipe collections block.
block.block.umami_views_block__recipe_collections_block.yml file core/profiles/demo_umami/config/install/block.block.umami_views_block__recipe_collections_block.yml core/profiles/demo_umami/config/install/block.block.umami_views_block__recipe_collections_block.yml
Block::$pluginCollection property core/modules/block/src/Entity/Block.php The plugin collection that holds the block plugin for this entity.
Block::$visibilityCollection property core/modules/block/src/Entity/Block.php The visibility collection.
Block::getPluginCollection function core/modules/block/src/Entity/Block.php Encapsulates the creation of the block's LazyPluginCollection.
Block::getPluginCollections function core/modules/block/src/Entity/Block.php Gets the plugin collections used by this object.
BlockContentTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/BlockContentTest.php
BlockPluginCollection class core/modules/block/src/BlockPluginCollection.php Provides a collection of block plugins.
BlockPluginCollection.php file core/modules/block/src/BlockPluginCollection.php
BlockPluginCollection::$blockId property core/modules/block/src/BlockPluginCollection.php The block ID this plugin collection belongs to.
BlockPluginCollection::addInstanceId function core/modules/block/src/BlockPluginCollection.php
BlockPluginCollection::get function core/modules/block/src/BlockPluginCollection.php
BlockPluginCollection::initializePlugin function core/modules/block/src/BlockPluginCollection.php Initializes and stores a plugin.
BlockPluginCollection::__construct function core/modules/block/src/BlockPluginCollection.php Constructs a new BlockPluginCollection.
BlockTest::getExpectedCollectionCacheability function core/modules/jsonapi/tests/src/Functional/BlockTest.php Computes the cacheability for a given entity collection.
CacheBackendDecorator::garbageCollection function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Performs garbage collection on a cache bin.
CacheBackendInterface::garbageCollection function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Performs garbage collection on a cache bin.
CacheCollector class core/lib/Drupal/Core/Cache/CacheCollector.php Default implementation for CacheCollectorInterface.
CacheCollector.php file core/lib/Drupal/Core/Cache/CacheCollector.php
CacheCollector::$cache property core/lib/Drupal/Core/Cache/CacheCollector.php The cache backend that should be used.
CacheCollector::$cacheInvalidated property core/lib/Drupal/Core/Cache/CacheCollector.php Flag that indicates of the cache has been invalidated.
CacheCollector::$cacheLoaded property core/lib/Drupal/Core/Cache/CacheCollector.php Indicates if the collected cache was already loaded.
CacheCollector::$cid property core/lib/Drupal/Core/Cache/CacheCollector.php The cache id that is used for the cache entry.
CacheCollector::$keysToPersist property core/lib/Drupal/Core/Cache/CacheCollector.php An array of keys to add to the cache on service termination.
CacheCollector::$keysToRemove property core/lib/Drupal/Core/Cache/CacheCollector.php An array of keys to remove from the cache on service termination.
CacheCollector::$loadedData property core/lib/Drupal/Core/Cache/CacheCollector.php The cache item's data as loaded during this request, or NULL if none.
CacheCollector::$lock property core/lib/Drupal/Core/Cache/CacheCollector.php The lock backend that should be used.
CacheCollector::$storage property core/lib/Drupal/Core/Cache/CacheCollector.php Storage for the data itself.
CacheCollector::$tags property core/lib/Drupal/Core/Cache/CacheCollector.php A list of tags that are used for the cache entry.
CacheCollector::clear function core/lib/Drupal/Core/Cache/CacheCollector.php Clears the collected cache entry.
CacheCollector::delete function core/lib/Drupal/Core/Cache/CacheCollector.php Deletes the element.
CacheCollector::destruct function core/lib/Drupal/Core/Cache/CacheCollector.php Performs destruct operations.
CacheCollector::fingerprint function core/lib/Drupal/Core/Cache/CacheCollector.php Computes a fingerprint of cache item data for change detection.
CacheCollector::get function core/lib/Drupal/Core/Cache/CacheCollector.php Gets value from the cache.

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