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
SearchPluginCollectionTest class core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php @coversDefaultClass \Drupal\search\Plugin\SearchPluginCollection[[api-linebreak]]
@group search
SearchPluginCollectionTest.php file core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php
SearchPluginCollectionTest::$pluginInstances property core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php Stores all setup plugin instances.
SearchPluginCollectionTest::$pluginManager property core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php The mocked plugin manager.
SearchPluginCollectionTest::$searchPluginCollection property core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php The tested plugin collection.
SearchPluginCollectionTest::setUp function core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php
SearchPluginCollectionTest::testGet function core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php Tests the get() method.
SearchPluginCollectionTest::testGetWithConfigurablePlugin function core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php Tests the get() method with a configurable plugin.
serializer.normalizer.link_collection.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\LinkCollectionNormalizer
ShortcutTest::getExpectedCollectionCacheability function core/modules/jsonapi/tests/src/Functional/ShortcutTest.php Computes the cacheability for a given entity collection.
ShortcutTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/ShortcutTest.php
StageBaseTest::testCollectPathsToExclude function core/modules/package_manager/tests/src/Kernel/StageBaseTest.php Tests that paths to exclude are collected before create and apply.
StageBaseTest::testFailureCollectPathsToExclude function core/modules/package_manager/tests/src/Kernel/StageBaseTest.php Tests that if a stage fails to get paths to exclude, throws a stage exception.
StageBaseTest::testFailureCollectPathsToExcludeOnApply function core/modules/package_manager/tests/src/Kernel/StageBaseTest.php Tests that if apply fails to get paths to exclude, throws a stage exception.
StatusCheckTraitTest::testNoErrorIfPathsToExcludeCannotBeCollected function core/modules/package_manager/tests/src/Kernel/StatusCheckTraitTest.php Tests that any error will be added to the status check event.
StatusCheckTraitTest::testPathsToExcludeCollected function core/modules/package_manager/tests/src/Kernel/StatusCheckTraitTest.php Tests that StatusCheckTrait will collect paths to exclude.
StorageBase::$collection property core/lib/Drupal/Core/KeyValueStore/StorageBase.php The name of the collection holding key and value pairs.
StorageBase::getCollectionName function core/lib/Drupal/Core/KeyValueStore/StorageBase.php Returns the name of this collection.
StorageComparer::getAllCollectionNames function core/lib/Drupal/Core/Config/StorageComparer.php Gets the existing collections from both the target and source storage.
StorageComparerInterface::getAllCollectionNames function core/lib/Drupal/Core/Config/StorageComparerInterface.php Gets the existing collections from both the target and source storage.
StorageComparerTest::testDifferentCollections function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php @covers ::createChangelist[[api-linebreak]]
StorageInterface::createCollection function core/lib/Drupal/Core/Config/StorageInterface.php Creates a collection on the storage.
StorageInterface::DEFAULT_COLLECTION constant core/lib/Drupal/Core/Config/StorageInterface.php The default collection name.
StorageInterface::getAllCollectionNames function core/lib/Drupal/Core/Config/StorageInterface.php Gets the existing collections.
StorageInterface::getCollectionName function core/lib/Drupal/Core/Config/StorageInterface.php Gets the name of the current collection the storage is using.
StorageReplaceDataWrapper::$collection property core/modules/config/src/StorageReplaceDataWrapper.php The storage collection.
StorageReplaceDataWrapper::createCollection function core/modules/config/src/StorageReplaceDataWrapper.php Creates a collection on the storage.
StorageReplaceDataWrapper::getAllCollectionNames function core/modules/config/src/StorageReplaceDataWrapper.php Gets the existing collections.
StorageReplaceDataWrapper::getCollectionName function core/modules/config/src/StorageReplaceDataWrapper.php Gets the name of the current collection the storage is using.
StorageReplaceDataWrapperTest::providerCollections function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Data provider for testing different collections.
StorageReplaceDataWrapperTest::testCreateCollection function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Tests if new collections created correctly.
StorageTestBase::$collections property core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php An array of data collection labels.
TaggedHandlersPass::processServiceCollectorPass function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Processes a service collector service pass.
TaggedHandlersPass::processServiceIdCollectorPass function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Processes a service collector ID service pass.
TaggedHandlersPassTest::testIdCollectorProcessRequiredHandlers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests a required consumer with no handlers.
TemporaryQueryGuard::collectFilteredFields function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Recursively collects all entity query condition fields.
TermTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/TermTest.php
TestConfigEntityWithPluginCollections class core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Stub class for testing.
TestConfigEntityWithPluginCollections::$pluginCollection property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The plugin collection.
TestConfigEntityWithPluginCollections::$pluginManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The plugin manager.
TestConfigEntityWithPluginCollections::$the_plugin_collection_config property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The configuration for the plugin collection.
TestConfigEntityWithPluginCollections::getPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestConfigEntityWithPluginCollections::setPluginManager function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestConfigFactoryOverrideBase::addCollections function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php Reacts to the ConfigCollectionEvents::COLLECTION_INFO event.
TestDefaultHtmlRouteProvider::getCollectionRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php Gets the collection route.
TestHtmlMailCollector class core/modules/system/tests/modules/mail_html_test/src/Plugin/Mail/TestHtmlMailCollector.php Defines a mail backend that captures sent HTML messages in the state system.
TestHtmlMailCollector.php file core/modules/system/tests/modules/mail_html_test/src/Plugin/Mail/TestHtmlMailCollector.php
TestHtmlMailCollector::format function core/modules/system/tests/modules/mail_html_test/src/Plugin/Mail/TestHtmlMailCollector.php Concatenates and wraps the email body for plain-text mails.
TestLazyPluginCollection class core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Defines a plugin collection which uses fruit plugins.
TestLazyPluginCollection.php file core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php

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