You are here

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

Parameters

float $score:

mixed $member:

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

File

src/KeyValueStore/KeyValueStoreSortedSetInterface.php, line 11

Class

KeyValueStoreSortedSetInterface

Namespace

Drupal\key_value\KeyValueStore

Code

public function add($score, $member);