You are here

public function TestMigrateExecutable::getIdMap in Drupal 10

Same name in this branch
  1. 10 core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php \Drupal\Tests\migrate\Kernel\TestMigrateExecutable::getIdMap()
  2. 10 core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php \Drupal\Tests\migrate\Kernel\Plugin\TestMigrateExecutable::getIdMap()
Same name and namespace in other branches
  1. 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\Plugin

Code

public function getIdMap() {
  return parent::getIdMap();
}