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
MemoryStorage::$collection property core/lib/Drupal/Core/Config/MemoryStorage.php The storage collection.
MemoryStorage::createCollection function core/lib/Drupal/Core/Config/MemoryStorage.php Creates a collection on the storage.
MemoryStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/MemoryStorage.php Gets the existing collections.
MemoryStorage::getCollectionName function core/lib/Drupal/Core/Config/MemoryStorage.php Gets the name of the current collection the storage is using.
MenuLinkContentTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php
MenuTreeStorage::collectRoutesAndDefinitions function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Traverses the menu tree and collects all the route names and definitions.
MenuTreeStorage::doCollectRoutesAndDefinitions function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Collects all the route names and definitions.
MessageTest::testCollection function core/modules/jsonapi/tests/src/Functional/MessageTest.php Tests GETting a collection of resources.
MethodFilterTest::testCollectionOrder function core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php Ensures that the incoming and outgoing collections have the same order.
MigrateTestBase::$collectMessages property core/modules/migrate/tests/src/Kernel/MigrateTestBase.php TRUE to collect messages instead of displaying them.
MigrateTestBase::startCollectingMessages function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Start collecting messages and erase previous messages.
MigrateTestBase::stopCollectingMessages function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Stop collecting messages.
MigrateUpgradeExecuteTestBase::useTestMailCollector function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Helper to set the test mail collector in settings.php.
MockRouteProvider::getRouteCollectionForRequest function core/modules/system/src/Tests/Routing/MockRouteProvider.php Implements \Drupal\Core\Routing\RouteProviderInterface::getRouteCollectionForRequest().
MTimeProtectedFastFileStorage::garbageCollection function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Performs garbage collection on the storage.
NodeTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/NodeTest.php
NullBackend::garbageCollection function core/lib/Drupal/Core/Cache/NullBackend.php Performs garbage collection on a cache bin.
NullStorage::$collection property core/lib/Drupal/Core/Config/NullStorage.php The storage collection.
NullStorage::createCollection function core/lib/Drupal/Core/Config/NullStorage.php Creates a collection on the storage.
NullStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/NullStorage.php Gets the existing collections.
NullStorage::getCollectionName function core/lib/Drupal/Core/Config/NullStorage.php Gets the name of the current collection the storage is using.
NullStorageExpirable::$collection property core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php The name of the collection holding key and value pairs.
NullStorageExpirable::getCollectionName function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns the name of this collection.
NullStorageTest::testCollection function core/tests/Drupal/Tests/Core/Config/NullStorageTest.php Tests createCollection.
ObjectWithPluginCollectionInterface interface core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php Provides an interface for an object using a plugin collection.
ObjectWithPluginCollectionInterface.php file core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php
ObjectWithPluginCollectionInterface::getPluginCollections function core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php Gets the plugin collections used by this object.
OptimizedPhpArrayDumper::dumpCollection function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Dumps a collection to a PHP array.
OptimizedPhpArrayDumperTest::getCollection function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Helper function to return a machine-optimized collection.
PathPluginBase::collectRoutes function core/modules/views/src/Plugin/views/display/PathPluginBase.php Adds the route entry of a view to the collection.
PathPluginBaseTest::testCollectRoutes function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method.
PathPluginBaseTest::testCollectRoutesWithArguments function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method with arguments.
PathPluginBaseTest::testCollectRoutesWithArgumentsNotSpecifiedInPath function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method with arguments not specified in the path.
PathPluginBaseTest::testCollectRoutesWithDisplayReturnResponse function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method with a display returning a response.
PathPluginBaseTest::testCollectRoutesWithNamedParameters function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method with a path containing named parameters.
PathPluginBaseTest::testCollectRoutesWithSpecialRouteName function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collect routes method with an alternative route name in the UI.
PerformanceDataCollector class core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php
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.

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