You are here

public function MigrateDestinationInterface::rollback in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Plugin/MigrateDestinationInterface.php \Drupal\migrate\Plugin\MigrateDestinationInterface::rollback()
  2. 10 core/modules/migrate/src/Plugin/MigrateDestinationInterface.php \Drupal\migrate\Plugin\MigrateDestinationInterface::rollback()

Delete the specified destination object from the target Drupal.

Parameters

array $destination_identifier: The ID of the destination object to delete.

1 method overrides MigrateDestinationInterface::rollback()
DestinationBase::rollback in core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php
Delete the specified destination object from the target Drupal.

File

core/modules/migrate/src/Plugin/MigrateDestinationInterface.php, line 117

Class

MigrateDestinationInterface
Defines an interface for Migration Destination classes.

Namespace

Drupal\migrate\Plugin

Code

public function rollback(array $destination_identifier);