function MigrateExecutable::getIdMap
Same name and namespace in other branches
- 11.x core/modules/migrate/src/MigrateExecutable.php \Drupal\migrate\MigrateExecutable::getIdMap()
Get the ID map from the current migration.
Return value
\Drupal\migrate\Plugin\MigrateIdMapInterface The ID map.
File
-
core/
modules/ migrate/ src/ MigrateExecutable.php, line 383
Class
- MigrateExecutable
- Defines a migrate executable class.
Namespace
Drupal\migrateCode
protected function getIdMap() {
return $this->migration
->getIdMap();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.