You are here

public function Migration::getTrackLastImported in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::getTrackLastImported()
  2. 10 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::getTrackLastImported()

If true, track time of last import.

Return value

bool Flag to determine desire of tracking time of last import.

Overrides MigrationInterface::getTrackLastImported

File

core/modules/migrate/src/Plugin/Migration.php, line 687

Class

Migration
Defines the Migration plugin.

Namespace

Drupal\migrate\Plugin

Code

public function getTrackLastImported() {
  return $this->trackLastImported;
}