You are here

public function MigrateDestinationInterface::rollbackAction in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Plugin/MigrateDestinationInterface.php \Drupal\migrate\Plugin\MigrateDestinationInterface::rollbackAction()

The rollback action for the last imported item.

Return value

int The MigrateIdMapInterface::ROLLBACK_ constant indicating how an imported item should be handled on rollback.

1 method overrides MigrateDestinationInterface::rollbackAction()
DestinationBase::rollbackAction in core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php
The rollback action for the last imported item.

File

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

Class

MigrateDestinationInterface
Defines an interface for Migration Destination classes.

Namespace

Drupal\migrate\Plugin

Code

public function rollbackAction();