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
Namespace
Drupal\key_value\KeyValueStoreCode
public function add($score, $member);