Loading core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ public function set($key, $value) { * @return bool * TRUE if the data was set, FALSE if it already existed. */ public function doSetIfNotExists($key, $value) { protected function doSetIfNotExists($key, $value) { $result = $this->connection->merge($this->table) ->insertFields([ 'collection' => $this->collection, Loading Loading
core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ public function set($key, $value) { * @return bool * TRUE if the data was set, FALSE if it already existed. */ public function doSetIfNotExists($key, $value) { protected function doSetIfNotExists($key, $value) { $result = $this->connection->merge($this->table) ->insertFields([ 'collection' => $this->collection, Loading