public function MigrationInterface::getHighWater in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/migrate/src/Entity/MigrationInterface.php \Drupal\migrate\Entity\MigrationInterface::getHighWater()
The current value of the high water mark.
The high water mark defines a timestamp stating the time the import was last run. If the mark is set, only content with a higher timestamp will be imported.
Return value
int A Unix timestamp representing the high water mark.
1 method overrides MigrationInterface::getHighWater()
- Migration::getHighWater in core/
modules/ migrate/ src/ Entity/ Migration.php - The current value of the high water mark.
File
- core/
modules/ migrate/ src/ Entity/ MigrationInterface.php, line 151 - Contains \Drupal\migrate\Entity\MigrationInterface.
Class
- MigrationInterface
- Interface for migrations.
Namespace
Drupal\migrate\EntityCode
public function getHighWater();