function MigrationInterface::getTrackLastImported

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

File

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

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function getTrackLastImported();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.