You are here

protected property PrivateTempStore::$storage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/PrivateTempStore.php \Drupal\user\PrivateTempStore::storage

The key/value storage object used for this data.

Type: \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface

File

core/modules/user/src/PrivateTempStore.php, line 41
Contains \Drupal\user\PrivateTempStore.

Class

PrivateTempStore
Stores and retrieves temporary data for a given owner.

Namespace

Drupal\user

Code

protected $storage;