Creates a shared temporary storage for a collection.
Hierarchy
- class \Drupal\user\SharedTempStoreFactory
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. |
Please login to continue.