Same name and namespace in other branches
  1. 8.9.x core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::getTrackLastImported()
  2. 9 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.

Deprecated

in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement.

See also

https://www.drupal.org/node/3282894

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 322

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function getTrackLastImported();