protected property KeyValueDatabaseExpirableFactory::$serializer in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php \Drupal\Core\KeyValueStore\KeyValueDatabaseExpirableFactory::serializer
The serialization class to use.
Type: \Drupal\Component\Serialization\SerializationInterface
File
- core/
lib/ Drupal/ Core/ KeyValueStore/ KeyValueDatabaseExpirableFactory.php, line 25
Class
- KeyValueDatabaseExpirableFactory
- Defines the key/value store factory for the database backend.
Namespace
Drupal\Core\KeyValueStoreCode
protected $serializer;