You are here

protected property KeyValueDatabaseFactory::$connection in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php \Drupal\Core\KeyValueStore\KeyValueDatabaseFactory::connection

The database connection to use.

Type: \Drupal\Core\Database\Connection

File

lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php, line 31
Contains \Drupal\Core\KeyValueStore\KeyValueDatabaseFactory.

Class

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

Namespace

Drupal\Core\KeyValueStore

Code

protected $connection;