class SerializableTempstore

Same name in other branches
  1. 8.x-3.x src/SerializableTempstore.php \Drupal\ctools\SerializableTempstore

An extension of the SharedTempStore system for serialized data.

Hierarchy

Expanded class hierarchy of SerializableTempstore

Deprecated

in ctools 8.x-3.10. Will be removed before ctools:4.0.0. Use \Drupal\Core\TempStore\SharedTempStore instead.

File

src/SerializableTempstore.php, line 14

Namespace

Drupal\ctools
View source
class SerializableTempstore extends SharedTempStore {
    use DependencySerializationTrait;

}