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
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
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
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
@covers ::calculateDependencies
ConfigEntityBaseUnitTest::testPreSaveWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::preSave
@dataProvider providerTestSetAndPreSaveWithPluginCollections
ConfigEntityBaseUnitTest::testSetWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::set
@dataProvider providerTestSetAndPreSaveWithPluginCollections
ConfigEntityBaseUnitTest::testSleepWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::__sleep
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.
ConfigStorageTestBase::testCollection function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Tests that the storage supports collections.
config_collection_clash_install_test.info.yml file core/modules/config/tests/config_collection_clash_install_test/config_collection_clash_install_test.info.yml core/modules/config/tests/config_collection_clash_install_test/config_collection_clash_install_test.info.yml
config_collection_install_test.event_subscriber service core/modules/config/tests/config_collection_install_test/config_collection_install_test.services.yml Drupal\config_collection_install_test\EventSubscriber
config_collection_install_test.info.yml file core/modules/config/tests/config_collection_install_test/config_collection_install_test.info.yml core/modules/config/tests/config_collection_install_test/config_collection_install_test.info.yml
config_collection_install_test.schema.yml file core/modules/config/tests/config_collection_install_test/config/schema/config_collection_install_test.schema.yml core/modules/config/tests/config_collection_install_test/config/schema/config_collection_install_test.schema.yml
config_collection_install_test.services.yml file core/modules/config/tests/config_collection_install_test/config_collection_install_test.services.yml core/modules/config/tests/config_collection_install_test/config_collection_install_test.services.yml
config_collection_install_test.test.yml file core/modules/config/tests/config_collection_clash_install_test/config/install/another_collection/config_collection_install_test.test.yml core/modules/config/tests/config_collection_clash_install_test/config/install/another_collection/config_collection_install_test.test.yml
config_collection_install_test.test.yml file core/modules/config/tests/config_collection_clash_install_test/config/install/collection/test2/config_collection_install_test.test.yml core/modules/config/tests/config_collection_clash_install_test/config/install/collection/test2/config_collection_install_test.test.yml
config_collection_install_test.test.yml file core/modules/config/tests/config_collection_clash_install_test/config/install/collection/test1/config_collection_install_test.test.yml core/modules/config/tests/config_collection_clash_install_test/config/install/collection/test1/config_collection_install_test.test.yml

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