You are here

protected property SharedTempStoreFactory::$storageFactory in Zircon Profile 8

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

The storage factory creating the backend to store the data.

Type: \Drupal\Core\KeyValueStore\KeyValueExpirableFactoryInterface

File

core/modules/user/src/SharedTempStoreFactory.php, line 24
Contains \Drupal\user\SharedTempStoreFactory.

Class

SharedTempStoreFactory
Creates a shared temporary storage for a collection.

Namespace

Drupal\user

Code

protected $storageFactory;