You are here

public function KeyValueStoreSortedSetInterface::addMultiple in Key-value Extensions 8

Parameters

array $pairs:

1 method overrides KeyValueStoreSortedSetInterface::addMultiple()
DatabaseStorageSortedSet::addMultiple in src/KeyValueStore/DatabaseStorageSortedSet.php

File

src/KeyValueStore/KeyValueStoreSortedSetInterface.php, line 16

Class

KeyValueStoreSortedSetInterface

Namespace

Drupal\key_value\KeyValueStore

Code

public function addMultiple(array $pairs);