You are here

public function MigrationInterface::getInterruptionResult in Drupal 8

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

Get the result to return upon interruption.

Return value

int The current interruption result. Defaults to RESULT_INCOMPLETE.

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

File

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

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function getInterruptionResult();