KeyValueDatabaseExpirableFactory::__construct(SerializationInterface $serializer, Connection $connection)
Constructs this factory object.
\Drupal\Component\Serialization\SerializationInterface $serializer: The serialization class to use.
\Drupal\Core\Database\Connection $connection: The Connection object containing the key-value tables.
function __construct(SerializationInterface $serializer, Connection $connection) {
$this->serializer = $serializer;
$this->connection = $connection;
}
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!KeyValueStore!KeyValueDatabaseExpirableFactory.php/function/KeyValueDatabaseExpirableFactory::__construct/8.1.x