namespace Drupal\Core\TempStore
Same name in other branches
Object name | File name | Summary |
---|---|---|
Lock | core/lib/Drupal/Core/TempStore/Lock.php | Provides a value object representing the lock from a TempStore. |
PrivateTempStore | core/lib/Drupal/Core/TempStore/PrivateTempStore.php | Stores and retrieves temporary data for a given owner. |
PrivateTempStoreFactory | core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php | Creates a PrivateTempStore object for a given collection. |
SharedTempStore | core/lib/Drupal/Core/TempStore/SharedTempStore.php | Stores and retrieves temporary data for a given owner. |
SharedTempStoreFactory | core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php | Creates a shared temporary storage for a collection. |
TempStoreException | core/lib/Drupal/Core/TempStore/TempStoreException.php | Thrown by SharedTempStore and PrivateTempStore if they cannot acquire a lock. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.