You are here

public function MigrateMap::setTrackLastImported in Migrate 7.2

File

includes/map.inc, line 71
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 setTrackLastImported($trackLastImported) {
  if (is_bool($trackLastImported)) {
    $this->trackLastImported = $trackLastImported;
  }
}