Search for import

  1. Search 7.x for import
  2. Search 9.5.x for import
  3. Search 8.9.x for import
  4. Search 11.x for import
  5. Other projects
Title Object type File name Summary
ImportableEntityStorageInterface::importCreate function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Creates entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importDelete function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Delete entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importRename function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Renames entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importUpdate function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Updates entities upon synchronizing configuration changes.
Importer class core/lib/Drupal/Core/DefaultContent/Importer.php A service for handling import of content.
Importer.php file core/lib/Drupal/Core/DefaultContent/Importer.php
Importer::$dependencies property core/lib/Drupal/Core/DefaultContent/Importer.php The dependencies of the currently importing entity, if any.
Importer::copyFileAssociatedWithEntity function core/lib/Drupal/Core/DefaultContent/Importer.php Copies a file from default content directory to the site's file system.
Importer::getCustomSerializedPropertyNames function core/lib/Drupal/Core/DefaultContent/Importer.php Gets the names of all properties the plugin treats as serialized data.
Importer::importContent function core/lib/Drupal/Core/DefaultContent/Importer.php Imports content entities from disk.
Importer::loadEntityDependency function core/lib/Drupal/Core/DefaultContent/Importer.php Loads the entity dependency by its UUID.
Importer::setFieldValues function core/lib/Drupal/Core/DefaultContent/Importer.php Sets field values based on the normalized data.
Importer::toEntity function core/lib/Drupal/Core/DefaultContent/Importer.php Converts an array of content entity data to a content entity object.
Importer::verifyNormalizedLanguage function core/lib/Drupal/Core/DefaultContent/Importer.php Verifies that the site knows the default language of the normalized entity.
Importer::__construct function core/lib/Drupal/Core/DefaultContent/Importer.php
ImportException class core/lib/Drupal/Core/DefaultContent/ImportException.php Exception thrown when there is an error importing content.
ImportException.php file core/lib/Drupal/Core/DefaultContent/ImportException.php
ImportForm class core/modules/locale/src/Form/ImportForm.php Form constructor for the translation import screen.
ImportForm.php file core/modules/locale/src/Form/ImportForm.php
ImportForm::$file property core/modules/locale/src/Form/ImportForm.php Uploaded file entity.
ImportForm::$languageManager property core/modules/locale/src/Form/ImportForm.php The configurable language manager.
ImportForm::$moduleHandler property core/modules/locale/src/Form/ImportForm.php The module handler service.
ImportForm::buildForm function core/modules/locale/src/Form/ImportForm.php Form constructor for the translation import screen.
ImportForm::create function core/modules/locale/src/Form/ImportForm.php
ImportForm::getFormId function core/modules/locale/src/Form/ImportForm.php
ImportForm::submitForm function core/modules/locale/src/Form/ImportForm.php
ImportForm::validateForm function core/modules/locale/src/Form/ImportForm.php
ImportForm::__construct function core/modules/locale/src/Form/ImportForm.php Constructs a form for language import.
ImportStorageTransformer class core/lib/Drupal/Core/Config/ImportStorageTransformer.php The import storage transformer helps to use the configuration management api.
ImportStorageTransformer.php file core/lib/Drupal/Core/Config/ImportStorageTransformer.php
ImportStorageTransformer::$connection property core/lib/Drupal/Core/Config/ImportStorageTransformer.php The drupal database connection.
ImportStorageTransformer::$eventDispatcher property core/lib/Drupal/Core/Config/ImportStorageTransformer.php The event dispatcher to get changes to the configuration.
ImportStorageTransformer::$persistentLock property core/lib/Drupal/Core/Config/ImportStorageTransformer.php The persistent lock which the config importer uses across requests.
ImportStorageTransformer::$requestLock property core/lib/Drupal/Core/Config/ImportStorageTransformer.php The normal lock for the duration of the request.
ImportStorageTransformer::LOCK_NAME constant core/lib/Drupal/Core/Config/ImportStorageTransformer.php The name used to identify the lock.
ImportStorageTransformer::transform function core/lib/Drupal/Core/Config/ImportStorageTransformer.php Transform the storage to be imported from.
ImportStorageTransformer::__construct function core/lib/Drupal/Core/Config/ImportStorageTransformer.php ImportStorageTransformer constructor.
InstallerTranslationMultipleLanguageNonInteractiveTest::verifyImportedStringsTranslated function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageNonInteractiveTest.php Helper function to verify that the expected strings are translated.
InstallerTranslationMultipleLanguageTest::verifyImportedStringsTranslated function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Helper function to verify that the expected strings are translated.
InstallHelper::deleteImportedContent function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Deletes any content imported by this module.
InstallHelper::importContent function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Imports default contents.
InstallHelper::importContentFromFile function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Imports content.
InstallHelper::importUsers function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Imports users.
install_config_import_batch function core/includes/install.core.inc Creates a batch for the config importer to process.
install_import_translations function core/includes/install.core.inc Imports languages via a batch process during installation.
LanguageConfigOverrideImportTest class core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php Ensures the language config overrides can be synchronized.
LanguageConfigOverrideImportTest.php file core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php
LanguageConfigOverrideImportTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php
LanguageConfigOverrideImportTest::$modules property core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php
LanguageConfigOverrideImportTest::testConfigOverrideImport function core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php Tests that language can be enabled and overrides are created during a sync.

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