You are here

public function MigrationInterface::getTrackLastImported in Drupal 8

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

If true, track time of last import.

Return value

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

1 method overrides MigrationInterface::getTrackLastImported()
Migration::getTrackLastImported in core/modules/migrate/src/Plugin/Migration.php
If true, track time of last import.

File

core/modules/migrate/src/Plugin/MigrationInterface.php, line 304

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function getTrackLastImported();