You are here

constant MigrationInterface::RESULT_STOPPED in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Entity/MigrationInterface.php \Drupal\migrate\Entity\MigrationInterface::RESULT_STOPPED

The process was stopped externally (e.g., via drush migrate-stop).

File

core/modules/migrate/src/Entity/MigrationInterface.php, line 85
Contains \Drupal\migrate\Entity\MigrationInterface.

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Entity

Code

const RESULT_STOPPED = 3;