You are here

namespace Drupal\Core\TempStore in Drupal 8

Same name in other branches
  1. 9 Drupal\Core\TempStore
  2. 10 Drupal\Core\TempStore
Classsort descending Location Description
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.