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