map = $map; $this->sourceId = $source_id; } /** * Gets the map plugin. * * @return \Drupal\migrate\Plugin\MigrateIdMapInterface * The map plugin that caused the event to fire. */ public function getMap() { return $this->map; } /** * Gets the source ID of the item being removed from the map. * * @return array * Array of source ID fields. */ public function getSourceId() { return $this->sourceId; } }