public function KeyValueStoreSortedSetInterface::deleteRange in Key-value Extensions 8
Parameters
float $start:
float $stop:
1 method overrides KeyValueStoreSortedSetInterface::deleteRange()
- DatabaseStorageSortedSet::deleteRange in src/
KeyValueStore/ DatabaseStorageSortedSet.php
File
- src/
KeyValueStore/ KeyValueStoreSortedSetInterface.php, line 22
Class
Namespace
Drupal\key_value\KeyValueStoreCode
public function deleteRange($start, $stop, $inclusive = TRUE);