You are here

protected function ConflictTracker::keyValueStore in Multiversion 8

Gets the key value store used to store conflicts.

Return value

\Drupal\Core\KeyValueStore\KeyValueStoreInterface

File

src/Workspace/ConflictTracker.php, line 110

Class

ConflictTracker
The Conflict Tracker service.

Namespace

Drupal\multiversion\Workspace

Code

protected function keyValueStore() {
  return $this->keyValueFactory
    ->get($this->collectionPrefix . $this->workspaceId);
}