public function MigrateMap::getTrackLastImported in Migrate 7.2
File
- includes/
map.inc, line 67 - 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
public function getTrackLastImported() {
return $this->trackLastImported;
}