Search for import

  1. Search 7.x for import
  2. Search 8.9.x for import
  3. Search 10.3.x for import
  4. Search 11.x for import
  5. Other projects
Title Object type File name Summary
ConfigExportImportUITest::$tarball property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php The contents of the config export tarball, held between test methods.
ConfigExportImportUITest::setUp function core/modules/config/tests/src/Functional/ConfigExportImportUITest.php
ConfigExportImportUITest::testExportImport function core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Tests a simple site export import case.
ConfigExportImportUITest::testExportImportCollections function core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Tests an export and import of collections.
ConfigImportAllTest class core/modules/config/tests/src/Functional/ConfigImportAllTest.php Tests the largest configuration import possible with all available modules.
ConfigImportAllTest.php file core/modules/config/tests/src/Functional/ConfigImportAllTest.php
ConfigImportAllTest::$profile property core/modules/config/tests/src/Functional/ConfigImportAllTest.php The profile to install as a basis for testing.
ConfigImportAllTest::$webUser property core/modules/config/tests/src/Functional/ConfigImportAllTest.php A user with the 'synchronize configuration' permission.
ConfigImportAllTest::setUp function core/modules/config/tests/src/Functional/ConfigImportAllTest.php
ConfigImportAllTest::testInstallUninstall function core/modules/config/tests/src/Functional/ConfigImportAllTest.php Tests that a fixed set of modules can be installed and uninstalled.
ConfigImporter class core/lib/Drupal/Core/Config/ConfigImporter.php Defines a configuration importer.
ConfigImporter.php file core/lib/Drupal/Core/Config/ConfigImporter.php
ConfigImporter::$configManager property core/lib/Drupal/Core/Config/ConfigImporter.php The configuration manager.
ConfigImporter::$errors property core/lib/Drupal/Core/Config/ConfigImporter.php A log of any errors encountered.
ConfigImporter::$eventDispatcher property core/lib/Drupal/Core/Config/ConfigImporter.php The event dispatcher used to notify subscribers.
ConfigImporter::$extensionChangelist property core/lib/Drupal/Core/Config/ConfigImporter.php List of extension changes to be processed by the import().
ConfigImporter::$lock property core/lib/Drupal/Core/Config/ConfigImporter.php The used lock backend instance.
ConfigImporter::$moduleExtensionList property core/lib/Drupal/Core/Config/ConfigImporter.php The module extension list.
ConfigImporter::$moduleHandler property core/lib/Drupal/Core/Config/ConfigImporter.php The module handler.
ConfigImporter::$moduleInstaller property core/lib/Drupal/Core/Config/ConfigImporter.php The module installer.
ConfigImporter::$processedConfiguration property core/lib/Drupal/Core/Config/ConfigImporter.php List of configuration file changes processed by the import().
ConfigImporter::$processedExtensions property core/lib/Drupal/Core/Config/ConfigImporter.php List of extension changes processed by the import().
ConfigImporter::$processedSystemTheme property core/lib/Drupal/Core/Config/ConfigImporter.php Flag set to import system.theme during processing theme install and uninstalls.
ConfigImporter::$storageComparer property core/lib/Drupal/Core/Config/ConfigImporter.php The storage comparer used to discover configuration changes.
ConfigImporter::$themeExtensionList property core/lib/Drupal/Core/Config/ConfigImporter.php The theme extension list.
ConfigImporter::$themeHandler property core/lib/Drupal/Core/Config/ConfigImporter.php The theme handler.
ConfigImporter::$totalConfigurationToProcess property core/lib/Drupal/Core/Config/ConfigImporter.php The total number of configuration objects to process.
ConfigImporter::$totalExtensionsToProcess property core/lib/Drupal/Core/Config/ConfigImporter.php The total number of extensions to process.
ConfigImporter::$typedConfigManager property core/lib/Drupal/Core/Config/ConfigImporter.php The typed config manager.
ConfigImporter::$validated property core/lib/Drupal/Core/Config/ConfigImporter.php Indicates changes to import have been validated.
ConfigImporter::alreadyImporting function core/lib/Drupal/Core/Config/ConfigImporter.php Determines if an import is already running.
ConfigImporter::checkOp function core/lib/Drupal/Core/Config/ConfigImporter.php Checks that the operation is still valid.
ConfigImporter::createExtensionChangelist function core/lib/Drupal/Core/Config/ConfigImporter.php Populates the extension change list.
ConfigImporter::doSyncStep function core/lib/Drupal/Core/Config/ConfigImporter.php Calls a config import step.
ConfigImporter::finish function core/lib/Drupal/Core/Config/ConfigImporter.php Finishes the batch.
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.

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