Chris@0: database = $database; Chris@0: // Set the lockId to a fixed string to make the lock ID the same across Chris@0: // multiple requests. The lock ID is used as a page token to relate all the Chris@0: // locks set during a request to each other. Chris@0: // @see \Drupal\Core\Lock\LockBackendInterface::getLockId() Chris@0: $this->lockId = 'persistent'; Chris@0: } Chris@0: Chris@0: }