Constructs a row deletion event object.
\Drupal\migrate\Plugin\MigrationInterface $migration: Migration entity.
array $destination_id_values: Values represent the destination ID.
public function __construct(MigrationInterface $migration, $destination_id_values) { $this->migration = $migration; $this->destinationIdValues = $destination_id_values; }