constant MigrateIdMapInterface::STATUS_IMPORTED in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::STATUS_IMPORTED
- 10 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 38
Class
- MigrateIdMapInterface
- Defines an interface for migrate ID mappings.
Namespace
Drupal\migrate\PluginCode
const STATUS_IMPORTED = 0;