function 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/TestMigrateExecutable.php, line 15

Class

TestMigrateExecutable
Tests MigrateExecutable.

Namespace

Drupal\Tests\migrate\Kernel

Code

protected function getIdMap() {
  // This adds test coverage that this works.
  return new TestFilterIterator(parent::getIdMap());
}

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