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 207  
Class
- TestMigrateExecutable
 - MigrateExecutable test class.
 
Namespace
Drupal\Tests\migrate\Kernel\PluginCode
public function getIdMap() {
  return parent::getIdMap();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.