You are here

constant MigrateIdMapInterface::STATUS_IMPORTED in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::STATUS_IMPORTED

Codes reflecting the current status of a map row.

File

core/modules/migrate/src/Plugin/MigrateIdMapInterface.php, line 26
Contains \Drupal\migrate\Plugin\MigrateIdMapInterface.

Class

MigrateIdMapInterface
Defines an interface for migrate ID mappings.

Namespace

Drupal\migrate\Plugin

Code

const STATUS_IMPORTED = 0;