You are here

public function KeyValueStoreSortedInterface::getRange in Key-value Extensions 8

Parameters

float $start:

float $stop:

boolean $inclusive:

Return value

array

1 method overrides KeyValueStoreSortedInterface::getRange()
DatabaseStorageSortedBase::getRange in src/KeyValueStore/DatabaseStorageSortedBase.php

File

src/KeyValueStore/KeyValueStoreSortedInterface.php, line 19

Class

KeyValueStoreSortedInterface

Namespace

Drupal\key_value\KeyValueStore

Code

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