You are here

protected property SharedTempStore::$storage in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/TempStore/SharedTempStore.php \Drupal\Core\TempStore\SharedTempStore::storage

The key/value storage object used for this data.

Type: \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface

File

core/lib/Drupal/Core/TempStore/SharedTempStore.php, line 48

Class

SharedTempStore
Stores and retrieves temporary data for a given owner.

Namespace

Drupal\Core\TempStore

Code

protected $storage;