The key/value storage object used for this data.
Type: \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface
File
- core/modules/user/src/PrivateTempStore.php, line 36
Class
- PrivateTempStore
- Stores and retrieves temporary data for a given owner.
Namespace
Drupal\user
Code
protected $storage;
Please login to continue.