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/Plugin/LogTest.php, line 205

Class

TestMigrateExecutable
MigrateExecutable test class.

Namespace

Drupal\Tests\migrate\Kernel\Plugin

Code

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

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