Home
last modified time | relevance | path

Searched refs:getTrackLastImported (Results 1 – 8 of 8) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/modules/migrate/src/Plugin/
H A DMigrationInterface.php304 public function getTrackLastImported(); function
H A DMigration.php687 public function getTrackLastImported() { function in Drupal\\migrate\\Plugin\\Migration
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate/src/Plugin/
H A DMigrationInterface.php309 public function getTrackLastImported(); function
H A DMigration.php681 public function getTrackLastImported() { function in Drupal\\migrate\\Plugin\\Migration
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate/tests/src/Kernel/Plugin/
H A DMigrationTest.php175 $this->assertEquals(TRUE, $migration->getTrackLastImported());
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate/tests/src/Kernel/Plugin/
H A DMigrationTest.php181 $this->assertEquals(TRUE, $migration->getTrackLastImported());
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate/src/Plugin/migrate/id_map/
H A DSql.php652 if ($this->migration->getTrackLastImported()) {
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate/src/Plugin/migrate/id_map/
H A DSql.php679 if ($this->migration->getTrackLastImported()) {