function Migration::getIdMapPlugin

Retrieves the ID map plugin.

Return value

\Drupal\migrate\Plugin\MigrateIdMapInterface The ID map plugin.

File

core/modules/migrate/src/Plugin/Migration.php, line 399

Class

Migration
Defines the Migration plugin.

Namespace

Drupal\migrate\Plugin

Code

public function getIdMapPlugin() {
  return $this->idMapPlugin;
}

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