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