interface KeyValueStoreSortedInterface in Key-value Extensions 8
Hierarchy
- interface \Drupal\key_value\KeyValueStore\KeyValueStoreSortedInterface
Expanded class hierarchy of KeyValueStoreSortedInterface
All classes that implement KeyValueStoreSortedInterface
File
- src/
KeyValueStore/ KeyValueStoreSortedInterface.php, line 5
Namespace
Drupal\key_value\KeyValueStoreView source
interface KeyValueStoreSortedInterface {
/**
* @return integer
*/
public function getCount();
/**
* @param float $start
* @param float $stop
* @param boolean $inclusive
*
* @return array
*/
public function getRange($start, $stop = NULL, $inclusive = TRUE);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
KeyValueStoreSortedInterface:: |
public | function | 1 | |
KeyValueStoreSortedInterface:: |
public | function | 1 |