Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 10.3.x for config
  4. Search 11.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 config 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
ConfigImporter::getEmptyExtensionsProcessedList function core/lib/Drupal/Core/Config/ConfigImporter.php Gets an empty list of extensions to process.
ConfigImporter::getErrors function core/lib/Drupal/Core/Config/ConfigImporter.php Returns error messages created while running the import.
ConfigImporter::getExtensionChangelist function core/lib/Drupal/Core/Config/ConfigImporter.php Gets a list changes for extensions.
ConfigImporter::getNextConfigurationOperation function core/lib/Drupal/Core/Config/ConfigImporter.php Gets the next configuration operation to perform.
ConfigImporter::getNextExtensionOperation function core/lib/Drupal/Core/Config/ConfigImporter.php Gets the next extension operation to perform.
ConfigImporter::getProcessedConfiguration function core/lib/Drupal/Core/Config/ConfigImporter.php Gets list of processed changes.
ConfigImporter::getProcessedExtensions function core/lib/Drupal/Core/Config/ConfigImporter.php Gets list of processed extension changes.
ConfigImporter::getStorageComparer function core/lib/Drupal/Core/Config/ConfigImporter.php Gets the configuration storage comparer.
ConfigImporter::getUnprocessedConfiguration function core/lib/Drupal/Core/Config/ConfigImporter.php Gets a list of unprocessed changes for a given operation.
ConfigImporter::getUnprocessedExtensions function core/lib/Drupal/Core/Config/ConfigImporter.php Gets a list of unprocessed changes for extensions.
ConfigImporter::hasUnprocessedConfigurationChanges function core/lib/Drupal/Core/Config/ConfigImporter.php Checks if there are any unprocessed configuration changes.
ConfigImporter::import function core/lib/Drupal/Core/Config/ConfigImporter.php Imports the changelist to the target storage.
ConfigImporter::importConfig function core/lib/Drupal/Core/Config/ConfigImporter.php Writes a configuration change from the source to the target storage.
ConfigImporter::importInvokeOwner function core/lib/Drupal/Core/Config/ConfigImporter.php Invokes import* methods on configuration entity storage.
ConfigImporter::importInvokeRename function core/lib/Drupal/Core/Config/ConfigImporter.php Imports a configuration entity rename.
ConfigImporter::initialize function core/lib/Drupal/Core/Config/ConfigImporter.php Initializes the config importer in preparation for processing a batch.
ConfigImporter::LOCK_NAME constant core/lib/Drupal/Core/Config/ConfigImporter.php The name used to identify the lock.
ConfigImporter::logError function core/lib/Drupal/Core/Config/ConfigImporter.php Logs an error message.
ConfigImporter::processConfiguration function core/lib/Drupal/Core/Config/ConfigImporter.php Processes a configuration change.
ConfigImporter::processConfigurations function core/lib/Drupal/Core/Config/ConfigImporter.php Processes configuration as a batch operation.
ConfigImporter::processExtension function core/lib/Drupal/Core/Config/ConfigImporter.php Processes an extension change.
ConfigImporter::processExtensions function core/lib/Drupal/Core/Config/ConfigImporter.php Processes extensions as a batch operation.
ConfigImporter::processMissingContent function core/lib/Drupal/Core/Config/ConfigImporter.php Handles processing of missing content.
ConfigImporter::reInjectMe function core/lib/Drupal/Core/Config/ConfigImporter.php Gets all the service dependencies from \Drupal.
ConfigImporter::reset function core/lib/Drupal/Core/Config/ConfigImporter.php Resets the storage comparer and processed list.
ConfigImporter::setProcessedConfiguration function core/lib/Drupal/Core/Config/ConfigImporter.php Sets a change as processed.
ConfigImporter::setProcessedExtension function core/lib/Drupal/Core/Config/ConfigImporter.php Sets an extension change as processed.
ConfigImporter::validate function core/lib/Drupal/Core/Config/ConfigImporter.php Dispatches validate event for a ConfigImporter object.
ConfigImporter::__construct function core/lib/Drupal/Core/Config/ConfigImporter.php Constructs a configuration import object.
ConfigImporterBatch class core/lib/Drupal/Core/Config/Importer/ConfigImporterBatch.php Methods for running the ConfigImporter in a batch.
ConfigImporterBatch.php file core/lib/Drupal/Core/Config/Importer/ConfigImporterBatch.php
ConfigImporterBatch::finish function core/lib/Drupal/Core/Config/Importer/ConfigImporterBatch.php Finish batch.
ConfigImporterBatch::process function core/lib/Drupal/Core/Config/Importer/ConfigImporterBatch.php Processes the config import batch and persists the importer.
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::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php Modules to enable.

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