constant MigrateIdMapInterface::STATUS_IGNORED in Drupal 10
Same name and namespace in other branches
- 8 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::STATUS_IGNORED
- 9 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::STATUS_IGNORED
Indicates that the import of the row was ignored.
File
- core/
modules/ migrate/ src/ Plugin/ MigrateIdMapInterface.php, line 50
Class
- MigrateIdMapInterface
- Defines an interface for migrate ID mappings.
Namespace
Drupal\migrate\PluginCode
const STATUS_IGNORED = 2;