Search for Id

  1. Search 7.x for Id
  2. Search 8.9.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
ConfigFactoryOverrideBase class core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Defines a base event listener implementation configuration overrides.
ConfigFactoryOverrideBase.php file core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php
ConfigFactoryOverrideBase::addCollections function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Reacts to the ConfigEvents::COLLECTION_INFO event.
ConfigFactoryOverrideBase::filterNestedArray function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Filters data in nested arrays.
ConfigFactoryOverrideBase::filterOverride function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Filters data in the override based on what is currently in configuration.
ConfigFactoryOverrideBase::getSubscribedEvents function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php
ConfigFactoryOverrideBase::onConfigDelete function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Actions to be performed to configuration override on configuration delete.
ConfigFactoryOverrideBase::onConfigRename function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Actions to be performed to configuration override on configuration rename.
ConfigFactoryOverrideBase::onConfigSave function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Actions to be performed to configuration override on configuration save.
ConfigFactoryOverrideBaseTest class core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php @coversDefaultClass \Drupal\Core\Config\ConfigFactoryOverrideBase
@group config
ConfigFactoryOverrideBaseTest.php file core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
ConfigFactoryOverrideBaseTest::providerTestFilterNestedArray function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
ConfigFactoryOverrideBaseTest::testFilterNestedArray function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php @dataProvider providerTestFilterNestedArray
ConfigFactoryOverrideInterface interface core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php Defines the interface for a configuration factory override object.
ConfigFactoryOverrideInterface.php file core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php
ConfigFactoryOverrideInterface::createConfigObject function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php Creates a configuration object for use during install and synchronization.
ConfigFactoryOverrideInterface::getCacheableMetadata function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php Gets the cacheability metadata associated with the config factory override.
ConfigFactoryOverrideInterface::getCacheSuffix function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php The string to append to the configuration static cache name.
ConfigFactoryOverrideInterface::loadOverrides function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php Returns config overrides.
ConfigFactoryTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php The mocked cache tags invalidator.
ConfigFormBaseTraitTest::testConfigFactoryExceptionInvalidProperty function core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php @covers ::config
ConfigFormOverrideTest class core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php Tests config overrides do not appear on forms that extend ConfigFormBase.
ConfigFormOverrideTest.php file core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php
ConfigFormOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php The theme to install as the default for testing.
ConfigFormOverrideTest::testFormsWithOverrides function core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php Tests that overrides do not affect forms.
ConfigHandler::getFormId function core/modules/views_ui/src/Form/Ajax/ConfigHandler.php Returns a unique string identifying the form.
ConfigHandler::validateForm function core/modules/views_ui/src/Form/Ajax/ConfigHandler.php Form validation handler.
ConfigHandlerExtra::getFormId function core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php Returns a unique string identifying the form.
ConfigHandlerExtra::validateForm function core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php Form validation handler.
ConfigHandlerGroup::getFormId function core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php Returns a unique string identifying the form.
ConfigImporter::$validated property core/lib/Drupal/Core/Config/ConfigImporter.php Indicates changes to import have been validated.
ConfigImporter::validate function core/lib/Drupal/Core/Config/ConfigImporter.php Dispatches validate event for a ConfigImporter object.
ConfigImporterTest::testInvalidStep function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that the isConfigSyncing flag is cleanup after an invalid step.
ConfigImporterTest::testRequiredModuleValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests uninstall validators being called during synchronization.
ConfigImporterTest::testSiteUuidValidate function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests verification of site UUID before importing configuration.
ConfigImportForm::getFormId function core/modules/config/src/Form/ConfigImportForm.php Returns a unique string identifying the form.
ConfigImportForm::validateForm function core/modules/config/src/Form/ConfigImportForm.php Form validation handler.
ConfigImportInstallProfileTest::testInstallProfileValidation function core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php Tests config importer cannot uninstall install profiles.
ConfigImportModuleUninstallValidatorInterface interface core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php Special interface for module uninstall validators for configuration import.
ConfigImportModuleUninstallValidatorInterface.php file core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php
ConfigImportModuleUninstallValidatorInterface::validateConfigImport function core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php Determines reasons a module can not be uninstalled prior to config import.
ConfigImportRenameValidationTest class core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Tests validating renamed configuration in a configuration import.
ConfigImportRenameValidationTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
ConfigImportRenameValidationTest::$configImporter property core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Config Importer object used for testing.
ConfigImportRenameValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Modules to enable.
ConfigImportRenameValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
ConfigImportRenameValidationTest::testRenameSimpleConfigValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Tests configuration renaming validation for simple configuration.
ConfigImportRenameValidationTest::testRenameValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php Tests configuration renaming validation.
ConfigImportSubscriber::$uninstallValidators property core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php The uninstall validators.
ConfigImportSubscriber::addUninstallValidator function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Adds a module uninstall validator.

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