You are here

public function DatabaseStorageSortedSet::deleteRange in Key-value Extensions 8

Parameters

float $start:

float $stop:

Overrides KeyValueStoreSortedSetInterface::deleteRange

File

src/KeyValueStore/DatabaseStorageSortedSet.php, line 39

Class

DatabaseStorageSortedSet

Namespace

Drupal\key_value\KeyValueStore

Code

public function deleteRange($start, $stop, $inclusive = TRUE) {

  // @todo
}