You are here

public function MigrateExecutableInterface::rollback in Zircon Profile 8

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

Class

MigrateExecutableInterface

Namespace

Drupal\migrate

Code

public function rollback();