You are here

constant MigrateIdMapInterface::STATUS_IMPORTED in Drupal 10

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

Indicates that the import of the row was successful.

File

core/modules/migrate/src/Plugin/MigrateIdMapInterface.php, line 40

Class

MigrateIdMapInterface
Defines an interface for migrate ID mappings.

Namespace

Drupal\migrate\Plugin

Code

const STATUS_IMPORTED = 0;