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
LinkCollectionNormalizerTest::setUp function core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php
LinkCollectionNormalizerTest::testLinkAccess function core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php Tests the link collection normalizer.
LinkCollectionNormalizerTest::testNormalize function core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php Tests the link collection normalizer.
ManagedStorage::createCollection function core/lib/Drupal/Core/Config/ManagedStorage.php Creates a collection on the storage.
ManagedStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/ManagedStorage.php Gets the existing collections.
ManagedStorage::getCollectionName function core/lib/Drupal/Core/Config/ManagedStorage.php Gets the name of the current collection the storage is using.
MediaTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/MediaTest.php
MediaType::$sourcePluginCollection property core/modules/media/src/Entity/MediaType.php Lazy collection for the media source.
MediaType::getPluginCollections function core/modules/media/src/Entity/MediaType.php
MediaType::sourcePluginCollection function core/modules/media/src/Entity/MediaType.php Returns media source lazy plugin collection.
MediaUiFunctionalTest::testMediaCollectionRoute function core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php Tests the media collection route.
MemoryBackend::garbageCollection function core/lib/Drupal/Core/Flood/MemoryBackend.php Cleans up expired flood events.
MemoryBackend::garbageCollection function core/lib/Drupal/Core/Cache/MemoryBackend.php Performs garbage collection on a cache bin.
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.
package_manager.validator.collect_paths_to_exclude_fail service core/modules/package_manager/tests/modules/package_manager_test_validation/package_manager_test_validation.services.yml Drupal\package_manager_test_validation\CollectPathsToExcludeFailValidator
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.

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