public function MigrationInterface::saveHighWater in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/migrate/src/Entity/MigrationInterface.php \Drupal\migrate\Entity\MigrationInterface::saveHighWater()
Save the new high water mark.
Parameters
int $high_water: The high water timestamp.
1 method overrides MigrationInterface::saveHighWater()
- Migration::saveHighWater in core/
modules/ migrate/ src/ Entity/ Migration.php - Save the new high water mark.
File
- core/
modules/ migrate/ src/ Entity/ MigrationInterface.php, line 159 - Contains \Drupal\migrate\Entity\MigrationInterface.
Class
- MigrationInterface
- Interface for migrations.
Namespace
Drupal\migrate\EntityCode
public function saveHighWater($high_water);