You are here

public function MigrateExecutableInterface::rollback in Drupal 8

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

Performs a rollback operation - remove previously-imported items.

1 method overrides MigrateExecutableInterface::rollback()
MigrateExecutable::rollback in core/modules/migrate/src/MigrateExecutable.php
Performs a rollback operation - remove previously-imported items.

File

core/modules/migrate/src/MigrateExecutableInterface.php, line 17

Class

MigrateExecutableInterface

Namespace

Drupal\migrate

Code

public function rollback();