You are here

interface KeyValueListFactoryInterface in Key-value Extensions 8

Defines the expirable key/value store factory interface.

Hierarchy

Expanded class hierarchy of KeyValueListFactoryInterface

All classes that implement KeyValueListFactoryInterface

File

src/KeyValueStore/KeyValueListFactoryInterface.php, line 8

Namespace

Drupal\key_value\KeyValueStore
View source
interface KeyValueListFactoryInterface {

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

}

Members