SharedTempStoreFactory

Creates a shared temporary storage for a collection.

Hierarchy

File

core/modules/user/src/SharedTempStoreFactory.php, line 12

Namespace

Drupal\user

Members

Name Modifiers Type Description
SharedTempStoreFactory::$expire protected property The time to live for items in seconds.
SharedTempStoreFactory::$lockBackend protected property The lock object used for this data.
SharedTempStoreFactory::$requestStack protected property The request stack.
SharedTempStoreFactory::$storageFactory protected property The storage factory creating the backend to store the data.
SharedTempStoreFactory::get function Creates a SharedTempStore for the current user or anonymous session.
SharedTempStoreFactory::__construct function Constructs a Drupal\user\SharedTempStoreFactory object.
doc_Drupal
2016-10-29 09:42:19
Comments
Leave a Comment

Please login to continue.