public function KeyValueSortedSetFactoryInterface::get in Key-value Extensions 8
Parameters
string $collection:
Return value
\Drupal\key_value\KeyValueStore\KeyValueStoreSortedSetInterface
1 method overrides KeyValueSortedSetFactoryInterface::get()
- KeyValueDatabaseSortedSetFactory::get in src/
KeyValueStore/ KeyValueDatabaseSortedSetFactory.php
File
- src/
KeyValueStore/ KeyValueSortedSetFactoryInterface.php, line 12
Class
Namespace
Drupal\key_value\KeyValueStoreCode
public function get($collection);