You are here

constant MigrationInterface::RESULT_FAILED 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_FAILED

The process had a fatal error.

File

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

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Entity

Code

const RESULT_FAILED = 4;