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
Namespace
Drupal\key_value\KeyValueStoreCode
public function getRange($start, $stop = NULL, $inclusive = TRUE);