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