Get the high water storage object.
\Drupal\Core\KeyValueStore\KeyValueStoreInterface The storage object.
protected function getHighWaterStorage() { if (!isset($this->highWaterStorage)) { $this->highWaterStorage = \Drupal::keyValue('migrate:high_water'); } return $this->highWaterStorage; }