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
CommonCollectionFilterAccessTestPatternsTrait.php file core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php
CommonCollectionFilterAccessTestPatternsTrait::doTestCollectionFilterAccessBasedOnPermissions function core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php Implements ::testCollectionFilterAccess() for pure permission-based access.
CommonCollectionFilterAccessTestPatternsTrait::doTestCollectionFilterAccessForPublishableEntities function core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php Implements ::testCollectionFilterAccess() for permission + status access.
ConditionPluginCollection class core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Provides a collection of condition plugins.
ConditionPluginCollection.php file core/lib/Drupal/Core/Condition/ConditionPluginCollection.php
ConditionPluginCollection::$conditionContexts property core/lib/Drupal/Core/Condition/ConditionPluginCollection.php An array of collected contexts for conditions.
ConditionPluginCollection::addContext function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Sets the condition context for a given name.
ConditionPluginCollection::get function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php
ConditionPluginCollection::getConditionContexts function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Gets the values for all defined contexts.
ConditionPluginCollection::getConfiguration function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Gets the current configuration of all plugins in this collection.
ConditionPluginCollectionTest class core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php @coversDefaultClass \Drupal\Core\Condition\ConditionPluginCollection[[api-linebreak]]
ConditionPluginCollectionTest.php file core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php
ConditionPluginCollectionTest::$modules property core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php Modules to install.
ConditionPluginCollectionTest::testGetConfiguration function core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php @covers ::getConfiguration[[api-linebreak]]
ConfigCollectionEvents class core/lib/Drupal/Core/Config/ConfigCollectionEvents.php Defines events for working with configuration collections.
ConfigCollectionEvents.php file core/lib/Drupal/Core/Config/ConfigCollectionEvents.php
ConfigCollectionEvents::COLLECTION_INFO constant core/lib/Drupal/Core/Config/ConfigCollectionEvents.php Event dispatched to collect information on all config collections.
ConfigCollectionEvents::DELETE_IN_COLLECTION constant core/lib/Drupal/Core/Config/ConfigCollectionEvents.php Event dispatched when deleting configuration not in the default collection.
ConfigCollectionEvents::RENAME_IN_COLLECTION constant core/lib/Drupal/Core/Config/ConfigCollectionEvents.php Event dispatched when renaming configuration not in the default collection.
ConfigCollectionEvents::SAVE_IN_COLLECTION constant core/lib/Drupal/Core/Config/ConfigCollectionEvents.php Event dispatched when saving configuration not in the default collection.
ConfigCollectionInfo class core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets information on all the possible configuration collections.
ConfigCollectionInfo.php file core/lib/Drupal/Core/Config/ConfigCollectionInfo.php
ConfigCollectionInfo::$collections property core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Configuration collection information keyed by collection name.
ConfigCollectionInfo::addCollection function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Adds a collection to the list of possible collections.
ConfigCollectionInfo::getCollectionNames function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets the list of possible collection names.
ConfigCollectionInfo::getOverrideService function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets the config factory override service responsible for the collection.
ConfigDiffTest::testCollectionDiff function core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php Tests calculating the difference between two sets of config collections.
ConfigEntityBaseUnitTest::providerCalculateDependenciesWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Data provider for testCalculateDependenciesWithPluginCollections.
ConfigEntityBaseUnitTest::providerTestSetAndPreSaveWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
ConfigEntityBaseUnitTest::testCalculateDependenciesWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::getDependencies[[api-linebreak]]
@covers ::calculateDependencies[[api-linebreak]]
ConfigEntityBaseUnitTest::testPreSaveWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::preSave[[api-linebreak]]
@dataProvider providerTestSetAndPreSaveWithPluginCollections
ConfigEntityBaseUnitTest::testSetWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::set[[api-linebreak]]
@dataProvider providerTestSetAndPreSaveWithPluginCollections
ConfigEntityBaseUnitTest::testSleepWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::__sleep[[api-linebreak]]
ConfigEntityBaseWithPluginCollections class core/tests/Drupal/Tests/Core/Config/Entity/Fixtures/ConfigEntityBaseWithPluginCollections.php Enables testing of dependency calculation.
ConfigEntityBaseWithPluginCollections.php file core/tests/Drupal/Tests/Core/Config/Entity/Fixtures/ConfigEntityBaseWithPluginCollections.php
ConfigExportImportUITest::testExportImportCollections function core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Tests an export and import of collections.
ConfigFactoryOverrideBase::addCollections function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Reacts to the ConfigCollectionEvents::COLLECTION_INFO event.
ConfigImporterTest::testEventsAndCollectionsImport function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests events and collections during a config import.
ConfigInstaller::installCollectionDefaultConfig function core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php Installs all default configuration in the specified collection.
ConfigInstaller::installCollectionDefaultConfig function core/lib/Drupal/Core/Config/ConfigInstaller.php Installs all default configuration in the specified collection.
ConfigInstallerInterface::installCollectionDefaultConfig function core/lib/Drupal/Core/Config/ConfigInstallerInterface.php Installs all default configuration in the specified collection.
ConfigInstallTest::testCollectionInstallationCollectionConfigEntity function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests collections which do not support config entities install correctly.
ConfigInstallTest::testCollectionInstallationCollections function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests config objects in collections are installed as expected.
ConfigInstallTest::testCollectionInstallationNoCollections function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests that collections are ignored if the event does not return anything.
ConfigManager::$configCollectionInfo property core/lib/Drupal/Core/Config/ConfigManager.php The configuration collection info.
ConfigManager::getConfigCollectionInfo function core/lib/Drupal/Core/Config/ConfigManager.php Gets available collection information using the event system.
ConfigManagerInterface::getConfigCollectionInfo function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Gets available collection information using the event system.
ConfigMapperInterface::setRouteCollection function core/modules/config_translation/src/ConfigMapperInterface.php Sets the route collection.
ConfigNamesMapper::$routeCollection property core/modules/config_translation/src/ConfigNamesMapper.php The available routes.
ConfigNamesMapper::setRouteCollection function core/modules/config_translation/src/ConfigNamesMapper.php Sets the route collection.

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