6 calls to MigrateExecutable::getIdMap() in Drupal 10
- MigrateExecutable::import in core/
modules/ migrate/ src/ MigrateExecutable.php - Performs an import operation - migrate items from source to destination.
- MigrateExecutable::rollback in core/
modules/ migrate/ src/ MigrateExecutable.php - Performs a rollback operation - remove previously-imported items.
- MigrateExecutable::saveMessage in core/
modules/ migrate/ src/ MigrateExecutable.php - Passes messages through to the map class.
- MigrateExecutable::__construct in core/
modules/ migrate/ src/ MigrateExecutable.php - Constructs a MigrateExecutable and verifies and sets the memory limit.
- TestMigrateExecutable::getIdMap in core/
modules/ migrate/ tests/ src/ Kernel/ Plugin/ LogTest.php - Get the ID map from the current migration.
- TestMigrateExecutable::getIdMap in core/
modules/ migrate/ tests/ src/ Kernel/ TestMigrateExecutable.php - Get the ID map from the current migration.