Constructs a migration map delete event object.
\Drupal\migrate\Plugin\MigrateIdMapInterface $map: Map plugin.
array $source_id: Array of source ID fields representing the object being deleted from the map.
public function __construct(MigrateIdMapInterface $map, array $source_id) { $this->map = $map; $this->sourceId = $source_id; }