You are here

public function MigrateDestinationInterface::rollback in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 80
Contains \Drupal\migrate\Plugin\MigrateDestinationInterface.

Class

MigrateDestinationInterface
Destinations are responsible for persisting source data into the destination Drupal.

Namespace

Drupal\migrate\Plugin

Code

public function rollback(array $destination_identifier);