You are here

protected property PrivateTempStoreFactory::$storageFactory in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/user/src/PrivateTempStoreFactory.php \Drupal\user\PrivateTempStoreFactory::storageFactory

The storage factory creating the backend to store the data.

Type: \Drupal\Core\KeyValueStore\KeyValueExpirableFactoryInterface

File

core/modules/user/src/PrivateTempStoreFactory.php, line 25
Contains \Drupal\user\PrivateTempStoreFactory.

Class

PrivateTempStoreFactory
Creates a PrivateTempStore object for a given collection.

Namespace

Drupal\user

Code

protected $storageFactory;