class SerializableTempstore in Chaos Tool Suite (ctools) 8.3
An extension of the SharedTempStore system for serialized data.
Hierarchy
- class \Drupal\Core\TempStore\SharedTempStore uses DependencySerializationTrait- class \Drupal\ctools\SerializableTempstore uses DependencySerializationTrait
 
Expanded class hierarchy of SerializableTempstore
1 file declares its use of SerializableTempstore
- SerializableTempstoreTest.php in tests/src/ Kernel/ SerializableTempstoreTest.php 
File
- src/SerializableTempstore.php, line 11 
Namespace
Drupal\ctoolsView source
class SerializableTempstore extends SharedTempStore {
  use DependencySerializationTrait;
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| DependencySerializationTrait:: | protected | property | An array of entity type IDs keyed by the property name of their storages. | |
| DependencySerializationTrait:: | protected | property | An array of service IDs keyed by property name used for serialization. | |
| DependencySerializationTrait:: | public | function | 1 | |
| DependencySerializationTrait:: | public | function | 2 | |
| SharedTempStore:: | protected | property | The time to live for items in seconds. | |
| SharedTempStore:: | protected | property | The lock object used for this data. | |
| SharedTempStore:: | protected | property | The owner key to store along with the data (e.g. a user or session ID). | |
| SharedTempStore:: | protected | property | The request stack. | |
| SharedTempStore:: | protected | property | The key/value storage object used for this data. | |
| SharedTempStore:: | public | function | Deletes data from the store for a given key and releases the lock on it. | |
| SharedTempStore:: | public | function | Deletes data from the store for a given key and releases the lock on it. | |
| SharedTempStore:: | public | function | Retrieves a value from this SharedTempStore for a given key. | |
| SharedTempStore:: | public | function | Retrieves a value from this SharedTempStore for a given key. | |
| SharedTempStore:: | public | function | Returns the metadata associated with a particular key/value pair. | |
| SharedTempStore:: | public | function | Stores a particular key/value pair in this SharedTempStore. | |
| SharedTempStore:: | public | function | Stores a particular key/value pair only if the key doesn't already exist. | |
| SharedTempStore:: | public | function | Stores a particular key/value pair in this SharedTempStore. | |
| SharedTempStore:: | public | function | Constructs a new object for accessing data from a key/value store. | 
