You are here

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

KeyValueSortedSetFactoryInterface

Namespace

Drupal\key_value\KeyValueStore

Code

public function get($collection);