constant MigrateMap::ROLLBACK_DELETE in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/map.inc \MigrateMap::ROLLBACK_DELETE
Codes reflecting how to handle the destination item on rollback.
File
- includes/
map.inc, line 29 - Defines the framework for map and message handling.
Class
- MigrateMap
- We implement the Iterator interface to support iteration over the map table for the purpose of rollback.
Code
const ROLLBACK_DELETE = 0;