constant MigrateMap::STATUS_IMPORTED in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/map.inc \MigrateMap::STATUS_IMPORTED
Codes reflecting the current status of a map row.
File
- includes/
map.inc, line 17 - 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 STATUS_IMPORTED = 0;