You are here

protected property DatabaseStorage::$connection in Service Container 7

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

The database connection.

Type: \Drupal\Core\Database\Connection

File

lib/Drupal/Core/KeyValueStore/DatabaseStorage.php, line 34
Contains \Drupal\Core\KeyValueStore\DatabaseStorage.

Class

DatabaseStorage
Defines a default key/value store implementation.

Namespace

Drupal\Core\KeyValueStore

Code

protected $connection;