Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
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.
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.
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
ImporterTest class core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php Tests the Default Content Importer.
ImporterTest.php file core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php
ImporterTest::$modules property core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php Modules to install.
ImporterTest::$wasSyncing property core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php Whether the imported content entities were syncing.
ImporterTest::getSubscribedEvents function core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php
ImporterTest::onPreEntityImport function core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php Modify entity data before it is imported.
ImporterTest::onPreSave function core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php Implements hook_ENTITY_TYPE_presave() for entity_test entities.
ImporterTest::setUp function core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php
ImporterTest::testChangeDataOnImport function core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php Tests changing entity data upon import.
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::buildForm function core/modules/locale/src/Form/ImportForm.php Form constructor for the translation import screen.
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
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.

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