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
DocParser::setImports function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Sets the imports.
Drupal\Core\DefaultContent\Importer service core/core.services.yml
entity.bundle_config_import_validator service core/core.services.yml Drupal\Core\Entity\Event\BundleConfigImportValidate
EntityBlock::import function core/modules/block/src/Plugin/migrate/destination/EntityBlock.php
EntityComment::import function core/modules/comment/src/Plugin/migrate/destination/EntityComment.php
EntityCommentType::import function core/modules/comment/src/Plugin/migrate/destination/EntityCommentType.php
EntityImageStyle::import function core/modules/image/src/Plugin/migrate/destination/EntityImageStyle.php
EntityUser::import function core/modules/user/src/Plugin/migrate/destination/EntityUser.php
EntityUserRole::import function core/modules/user/src/Plugin/migrate/destination/EntityUserRole.php
ExcludedModulesEventSubscriber::onConfigTransformImport function core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php Transform the storage which is used to import the configuration.
hook_config_import_steps_alter function core/core.api.php Alter the configuration synchronization steps.
ImageAdminStylesTest::testConfigImport function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests image style configuration import that does a delete.
ImageImportTest class core/modules/image/tests/src/Kernel/ImageImportTest.php Tests config import for Image styles.
ImageImportTest.php file core/modules/image/tests/src/Kernel/ImageImportTest.php
ImageImportTest::$modules property core/modules/image/tests/src/Kernel/ImageImportTest.php
ImageImportTest::testImport function core/modules/image/tests/src/Kernel/ImageImportTest.php Tests importing image styles.
import1.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/import1.css ul, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
.ui-icon{background-image: url(images/icon.png);}

/* Test data URI images with different quote styles. */
.data .double-quote {
/* http://stackoverflow.com/a/13139830/11023 */
import2.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/import2.css p, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
import3.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/import3.css div {
clip-path: url('#clip-cloud');
}
div {
clip-path: url('/abc/#clip-cloud');
}
import3.css.optimized.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/import3.css.optimized.css div{clip-path:url('#clip-cloud');}div{clip-path:url('/abc/#clip-cloud');}
ImportableEntityStorageInterface interface core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Provides an interface for responding to configuration imports.
ImportableEntityStorageInterface.php file core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php
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.

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