Overrides MigrationInterface::getIdMap
public function getIdMap() { if (!isset($this->idMapPlugin)) { $configuration = $this->idMap; $plugin = $configuration['plugin'] ?? 'sql'; $this->idMapPlugin = $this->idMapPluginManager ->createInstance($plugin, $configuration, $this); } return $this->idMapPlugin; }