You are here

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

KeyValueStoreSortedSetInterface

Namespace

Drupal\key_value\KeyValueStore

Code

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