Search for import

  1. Search 7.x for import
  2. Search 9.5.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
aggregator.items.importer service core/modules/aggregator/aggregator.services.yml Drupal\aggregator\ItemsImporter
AssertConfigEntityImportTrait trait core/modules/config/src/Tests/AssertConfigEntityImportTrait.php Provides test assertions for testing config entity synchronization.
AssertConfigEntityImportTrait.php file core/modules/config/src/Tests/AssertConfigEntityImportTrait.php
AssertConfigEntityImportTrait::assertConfigEntityImport function core/modules/config/src/Tests/AssertConfigEntityImportTrait.php Asserts that a config entity can be imported without changing it.
BrowserTestBase::$configImporter property core/tests/Drupal/Tests/BrowserTestBase.php The config importer that can be used in a test.
BundleConfigImportValidate class core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php Entity config importer validation event subscriber.
BundleConfigImportValidate.php file core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php
BundleConfigImportValidate::$configManager property core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php The config manager.
BundleConfigImportValidate::$deprecatedProperties property core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php
BundleConfigImportValidate::$entityTypeManager property core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php The entity type manager service.
BundleConfigImportValidate::onConfigImporterValidate function core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php Ensures bundles that will be deleted are not in use.
BundleConfigImportValidate::__construct function core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php Constructs the event subscriber.
Color::import function core/modules/color/src/Plugin/migrate/destination/Color.php Import the row.
config.importer_subscriber service core/core.services.yml Drupal\Core\Config\Importer\FinalMissingContentSubscriber
config.import_transformer service core/core.services.yml Drupal\Core\Config\ImportStorageTransformer
ConfigEntityStorage::importCreate function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Creates entities upon synchronizing configuration changes.
ConfigEntityStorage::importDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Delete entities upon synchronizing configuration changes.
ConfigEntityStorage::importRename function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Renames entities upon synchronizing configuration changes.
ConfigEntityStorage::importUpdate function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Updates entities upon synchronizing configuration changes.
ConfigEvents::IMPORT constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when importing configuration to target storage.
ConfigEvents::IMPORT_MISSING_CONTENT constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of event fired when missing content dependencies are detected.
ConfigEvents::IMPORT_VALIDATE constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when validating imported configuration.
ConfigEvents::STORAGE_TRANSFORM_IMPORT constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired just before importing configuration.
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::$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 a 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.

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