interface KeyValueSortedSetFactoryInterface in Key-value Extensions 8
Hierarchy
- interface \Drupal\key_value\KeyValueStore\KeyValueSortedSetFactoryInterface
Expanded class hierarchy of KeyValueSortedSetFactoryInterface
All classes that implement KeyValueSortedSetFactoryInterface
File
- src/
KeyValueStore/ KeyValueSortedSetFactoryInterface.php, line 5
Namespace
Drupal\key_value\KeyValueStoreView source
interface KeyValueSortedSetFactoryInterface {
/**
* @param string $collection
*
* @return \Drupal\key_value\KeyValueStore\KeyValueStoreSortedSetInterface
*/
public function get($collection);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
KeyValueSortedSetFactoryInterface:: |
public | function | 1 |