
| Current Path : /var/www/html/c12park/web/modules/contrib/ctools/src/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/c12park/web/modules/contrib/ctools/src/SerializableTempstore.php |
<?php
namespace Drupal\ctools;
use Drupal\Core\DependencyInjection\DependencySerializationTrait;
use Drupal\Core\TempStore\SharedTempStore;
/**
* An extension of the SharedTempStore system for serialized data.
*
* @deprecated in ctools 8.x-3.10. Will be removed before ctools:4.0.0.
* Use \Drupal\Core\TempStore\SharedTempStore instead.
*/
class SerializableTempstore extends SharedTempStore {
use DependencySerializationTrait;
}