You are here

interface KeyValueSortedSetFactoryInterface in Key-value Extensions 8

Hierarchy

Expanded class hierarchy of KeyValueSortedSetFactoryInterface

All classes that implement KeyValueSortedSetFactoryInterface

File

src/KeyValueStore/KeyValueSortedSetFactoryInterface.php, line 5

Namespace

Drupal\key_value\KeyValueStore
View source
interface KeyValueSortedSetFactoryInterface {

  /**
   * @param string $collection
   *
   * @return \Drupal\key_value\KeyValueStore\KeyValueStoreSortedSetInterface
   */
  public function get($collection);

}

Members