You are here

protected property LocaleProjectStorage::$keyValueStore in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/locale/src/LocaleProjectStorage.php \Drupal\locale\LocaleProjectStorage::keyValueStore

The key value store to use.

Type: \Drupal\Core\KeyValueStore\KeyValueStoreInterface

File

core/modules/locale/src/LocaleProjectStorage.php, line 22
Contains \Drupal\locale\LocaleProjectStorage.

Class

LocaleProjectStorage
Provides the locale project storage system using a key value store.

Namespace

Drupal\locale

Code

protected $keyValueStore;