You are here

public function MigrationInterface::clearInterruptionResult in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::clearInterruptionResult()
  2. 10 core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::clearInterruptionResult()

Clears the result to return upon interruption.

1 method overrides MigrationInterface::clearInterruptionResult()
Migration::clearInterruptionResult in core/modules/migrate/src/Plugin/Migration.php
Clears the result to return upon interruption.

File

core/modules/migrate/src/Plugin/MigrationInterface.php, line 188

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function clearInterruptionResult();