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
MigrateEvents::PRE_IMPORT constant core/modules/migrate/src/Event/MigrateEvents.php Name of the event fired when beginning a migration import operation.
MigrateEventsTest::postImportEventRecorder function core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php Reacts to post-import event.
MigrateEventsTest::preImportEventRecorder function core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php Reacts to pre-import event.
MigrateExecutable::import function core/modules/migrate/src/MigrateExecutable.php Performs an import operation - migrate items from source to destination.
MigrateExecutableInterface::import function core/modules/migrate/src/MigrateExecutableInterface.php Performs an import operation - migrate items from source to destination.
MigrateExecutableTest::testImportWithFailingRewind function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests an import with an incomplete rewinding.
MigrateExecutableTest::testImportWithValidRow function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowNoDestinationValues function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowWithDestinationMigrateException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a thrown MigrateException.
MigrateExecutableTest::testImportWithValidRowWithException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a regular Exception being thrown.
MigrateExecutableTest::testImportWithValidRowWithoutDestinationId function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowWithProcesMigrateException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a thrown MigrateException.
MigrateExternalTranslatedTestSource::$import property core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php The data to import.
MigrateIdMapInterface::importedCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of imported items in the map.
MigrateIdMapInterface::STATUS_IMPORTED constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the import of the row was successful.
MigrateImportEvent class core/modules/migrate/src/Event/MigrateImportEvent.php Wraps a pre- or post-import event for event listeners.
MigrateImportEvent.php file core/modules/migrate/src/Event/MigrateImportEvent.php
MigrateImportEventTest class core/modules/migrate/tests/src/Unit/Event/MigrateImportEventTest.php @coversDefaultClass \Drupal\migrate\Event\MigrateImportEvent
@group migrate
MigrateImportEventTest.php file core/modules/migrate/tests/src/Unit/Event/MigrateImportEventTest.php
MigrateImportEventTest::testGetMigration function core/modules/migrate/tests/src/Unit/Event/MigrateImportEventTest.php Tests getMigration method.
MigrateImportEventTest::testLogMessage function core/modules/migrate/tests/src/Unit/Event/MigrateImportEventTest.php Tests logging a message.
MigrateSqlIdMapTest::testImportedCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the imported count method.
MigrateUpgradeImportBatch class core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Runs a single migration batch.
MigrateUpgradeImportBatch.php file core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php
MigrateUpgradeImportBatch::$followUpMigrations property core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php The follow-up migrations.
MigrateUpgradeImportBatch::$listenersAdded property core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Ensure we only add the listeners once per request.
MigrateUpgradeImportBatch::$maxExecTime property core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php The maximum length in seconds to allow processing in a request.
MigrateUpgradeImportBatch::$messages property core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php MigrateMessage instance to capture messages during the migration process.
MigrateUpgradeImportBatch::$numProcessed property core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php The processed items for one batch of a given migration.
MigrateUpgradeImportBatch::finished function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Callback executed when the Migrate Upgrade Import batch process completes.
MigrateUpgradeImportBatch::MESSAGE_LENGTH constant core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Maximum number of previous messages to display.
MigrateUpgradeImportBatch::onIdMapMessage function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Displays any messages being logged to the ID map.
MigrateUpgradeImportBatch::onMapDelete function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Counts up any map delete events.
MigrateUpgradeImportBatch::onMapSave function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Counts up any map save events.
MigrateUpgradeImportBatch::onPostImport function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Adds follow-up migrations.
MigrateUpgradeImportBatch::onPostRowDelete function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Reacts to item deletion.
MigrateUpgradeImportBatch::onPostRowSave function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Reacts to item import.
MigrateUpgradeImportBatch::run function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Runs a single migrate batch import.
Migration::$trackLastImported property core/modules/migrate/src/Plugin/Migration.php Track time of last import if TRUE.
Migration::getTrackLastImported function core/modules/migrate/src/Plugin/Migration.php If true, track time of last import.
Migration::isTrackLastImported function core/modules/migrate/src/Plugin/Migration.php Checks if the migration should track time of last import.
Migration::setTrackLastImported function core/modules/migrate/src/Plugin/Migration.php Set if the migration should track time of last import.
MigrationInterface::getTrackLastImported function core/modules/migrate/src/Plugin/MigrationInterface.php If true, track time of last import.
MigrationInterface::isTrackLastImported function core/modules/migrate/src/Plugin/MigrationInterface.php Checks if the migration should track time of last import.
MigrationInterface::setTrackLastImported function core/modules/migrate/src/Plugin/MigrationInterface.php Set if the migration should track time of last import.
MigrationInterface::STATUS_IMPORTING constant core/modules/migrate/src/Plugin/MigrationInterface.php The migration is currently importing.
MigrationTest::testGetTrackLastImported function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getTrackLastImported()
MigrationTest::testTrackLastImportedDeprecation function core/modules/migrate/tests/src/Unit/MigrationTest.php Test trackLastImported deprecation message in Migration constructor.
ModuleRequiredByThemesUninstallValidator::validateConfigImport function core/lib/Drupal/Core/ProxyClass/Extension/ModuleRequiredByThemesUninstallValidator.php Determines reasons a module can not be uninstalled prior to config import.
ModuleRequiredByThemesUninstallValidator::validateConfigImport function core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php Determines reasons a module can not be uninstalled prior to config import.

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