public function MigrateExecutableInterface::rollback in Drupal 9
Same name and namespace in other branches
- 8 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
Namespace
Drupal\migrateCode
public function rollback();