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
ImageImportTest::$modules property core/modules/image/tests/src/Kernel/ImageImportTest.php Modules to enable.
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;
}
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.
ImportAwareInterface interface core/modules/migrate/src/Event/ImportAwareInterface.php Interface for plugins that react to pre- or post-import events.
ImportAwareInterface.php file core/modules/migrate/src/Event/ImportAwareInterface.php
ImportAwareInterface::postImport function core/modules/migrate/src/Event/ImportAwareInterface.php Performs post-import tasks.
ImportAwareInterface::preImport function core/modules/migrate/src/Event/ImportAwareInterface.php Performs pre-import tasks.
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 Instantiates a new instance of this class.
ImportForm::getFormId function core/modules/locale/src/Form/ImportForm.php Returns a unique string identifying the form.
ImportForm::submitForm function core/modules/locale/src/Form/ImportForm.php Form submission handler.
ImportForm::validateForm function core/modules/locale/src/Form/ImportForm.php Form validation handler.
ImportForm::__construct function core/modules/locale/src/Form/ImportForm.php Constructs a form for language import.
ImportOpmlTest class core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php Tests OPML import.
ImportOpmlTest.php file core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php
ImportOpmlTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php The theme to install as the default for testing.
ImportOpmlTest::$modules property core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php Modules to install.
ImportOpmlTest::openImportForm function core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php Opens OPML import form.
ImportOpmlTest::setUp function core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php
ImportOpmlTest::submitImportForm function core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php Submits form with invalid, empty, and valid OPML files.
ImportOpmlTest::testOpmlImport function core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php Tests the import of an OPML file.
ImportOpmlTest::validateImportFormFields function core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php Submits form filled with invalid fields.
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.
ImportStorageTransformerTest class core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests the import storage transformer.
ImportStorageTransformerTest.php file core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php
ImportStorageTransformerTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Modules to enable.
ImportStorageTransformerTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php
ImportStorageTransformerTest::testTransform function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests the import transformation.
ImportStorageTransformerTest::testTransformLocked function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests that the import transformer throws an exception.
ImportStorageTransformerTest::testTransformWhileImporting function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests the import transformer during a running config import.

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