public function TestMigrateExecutable::getIdMap in Drupal 10
Same name in this branch
- 10 core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php \Drupal\Tests\migrate\Kernel\TestMigrateExecutable::getIdMap()
- 10 core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php \Drupal\Tests\migrate\Kernel\Plugin\TestMigrateExecutable::getIdMap()
Same name and namespace in other branches
- 9 core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php \Drupal\Tests\migrate\Kernel\Plugin\TestMigrateExecutable::getIdMap()
Get the ID map from the current migration.
Return value
\Drupal\migrate\Plugin\MigrateIdMapInterface The ID map.
Overrides MigrateExecutable::getIdMap
File
- core/
modules/ migrate/ tests/ src/ Kernel/ Plugin/ LogTest.php, line 205
Class
- TestMigrateExecutable
- MigrateExecutable test class.
Namespace
Drupal\Tests\migrate\Kernel\PluginCode
public function getIdMap() {
return parent::getIdMap();
}