function MigrationInterface::isTrackLastImported

Same name in other branches
  1. 9 core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::isTrackLastImported()
  2. 8.9.x core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::isTrackLastImported()

Checks if the migration should track time of last import.

Return value

bool TRUE if the migration is tracking last import time.

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::isTrackLastImported()
Migration::isTrackLastImported in core/modules/migrate/src/Plugin/Migration.php
Checks if the migration should track time of last import.

File

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

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function isTrackLastImported();

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