Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 8.9.x for config
  4. Search 10.3.x for config
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Config class composer/Plugin/VendorHardening/Config.php Determine configuration.
Config class core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php Drupal 8+ configuration source from database.
Config class core/modules/migrate/src/Plugin/migrate/destination/Config.php Provides Configuration Management destination plugin.
Config class core/lib/Drupal/Core/Config/Config.php Defines the default configuration object.

All search results

Title Object type File name Summary
ConfigImporterEvent class core/lib/Drupal/Core/Config/ConfigImporterEvent.php
ConfigImporterEvent.php file core/lib/Drupal/Core/Config/ConfigImporterEvent.php
ConfigImporterEvent::$configImporter property core/lib/Drupal/Core/Config/ConfigImporterEvent.php Configuration import object.
ConfigImporterEvent::getChangelist function core/lib/Drupal/Core/Config/ConfigImporterEvent.php Gets the list of changes that will be imported.
ConfigImporterEvent::getConfigImporter function core/lib/Drupal/Core/Config/ConfigImporterEvent.php Gets the config import object.
ConfigImporterEvent::__construct function core/lib/Drupal/Core/Config/ConfigImporterEvent.php Constructs ConfigImporterEvent.
ConfigImporterException class core/lib/Drupal/Core/Config/ConfigImporterException.php Exception thrown when a config import fails.
ConfigImporterException.php file core/lib/Drupal/Core/Config/ConfigImporterException.php
ConfigImporterFieldPurger class core/modules/field/src/ConfigImporterFieldPurger.php Processes field purges before a configuration synchronization.
ConfigImporterFieldPurger.php file core/modules/field/src/ConfigImporterFieldPurger.php
ConfigImporterFieldPurger::getFieldStoragesToPurge function core/modules/field/src/ConfigImporterFieldPurger.php Gets the list of fields to purge before configuration synchronization.
ConfigImporterFieldPurger::initializeSandbox function core/modules/field/src/ConfigImporterFieldPurger.php Initializes the batch context sandbox for processing field deletions.
ConfigImporterFieldPurger::process function core/modules/field/src/ConfigImporterFieldPurger.php Processes fields targeted for purge as part of a configuration sync.
ConfigImporterMissingContentTest class core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Tests importing configuration which has missing content dependencies.
ConfigImporterMissingContentTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterMissingContentTest::$configImporter property core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Config Importer object used for testing.
ConfigImporterMissingContentTest::$logMessages property core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php The logged messages.
ConfigImporterMissingContentTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Modules to install.
ConfigImporterMissingContentTest::log function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterMissingContentTest::register function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Registers test-specific services.
ConfigImporterMissingContentTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImporterMissingContentTest::testMissingBlockContent function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Tests the missing content, config import and the block plugin manager.
ConfigImporterMissingContentTest::testMissingContent function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Tests the missing content event is fired.
ConfigImporterTest class core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests importing configuration from files into active configuration.
ConfigImporterTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
ConfigImporterTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Modules to install.
ConfigImporterTest::customStep function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Helper method to test custom config installer steps.
ConfigImporterTest::FAIL_MESSAGE constant core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php The beginning of an import validation error.
ConfigImporterTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
ConfigImporterTest::testConfigEvents function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests config events during config import.
ConfigImporterTest::testCustomStep function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that the isConfigSyncing flag is set correctly during a custom step.
ConfigImporterTest::testDeleted function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests deletion of configuration during import.
ConfigImporterTest::testEmptyImportFails function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that trying to import from empty sync configuration directory fails.
ConfigImporterTest::testEventsAndCollectionsImport function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests events and collections during a config import.
ConfigImporterTest::testInstallBaseAndSubThemes function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests installing a base themes and sub themes during configuration import.
ConfigImporterTest::testInstallProfile function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests install profile validation during configuration import.
ConfigImporterTest::testInstallProfileMisMatch function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests install profile validation during configuration import.
ConfigImporterTest::testInvalidStep function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that the isConfigSyncing flag is cleanup after an invalid step.
ConfigImporterTest::testIsInstallable function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests the isInstallable method()
ConfigImporterTest::testIsSyncingInHooks function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests the isSyncing flags.
ConfigImporterTest::testMissingCoreExtension function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests missing core.extension during configuration import.
ConfigImporterTest::testNew function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests creation of configuration during import.
ConfigImporterTest::testNoImport function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests omission of module APIs for bare configuration operations.
ConfigImporterTest::testRequiredModuleValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests uninstall validators being called during synchronization.
ConfigImporterTest::testSecondaryDeletedChildSecond function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary deletes for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedChildFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedParentFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryWritePrimaryFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary writes are overwritten.
ConfigImporterTest::testSecondaryWriteSecondaryFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary writes are overwritten.
ConfigImporterTest::testSiteUuidValidate function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests verification of site UUID before importing configuration.

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