You are here

protected property KeyValueDatabaseFactory::$serializer in Drupal 9

Same name and namespace in other branches
  1. 8 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 18

Class

KeyValueDatabaseFactory
Defines the key/value store factory for the database backend.

Namespace

Drupal\Core\KeyValueStore

Code

protected $serializer;