constant MigrateIdMapInterface::ROLLBACK_DELETE in Drupal 10
Same name and namespace in other branches
- 8 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::ROLLBACK_DELETE
- 9 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::ROLLBACK_DELETE
Indicates that the data for the row is to be deleted.
File
- core/
modules/ migrate/ src/ Plugin/ MigrateIdMapInterface.php, line 60
Class
- MigrateIdMapInterface
- Defines an interface for migrate ID mappings.
Namespace
Drupal\migrate\PluginCode
const ROLLBACK_DELETE = 0;