You are here

public function Connection::getKey in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::getKey()

File

lib/Drupal/Core/Database/Connection.php, line 59
Contains \Drupal\Core\Database\Connection.

Class

Connection

Namespace

Drupal\Core\Database

Code

public function getKey() {
  return $this->connection
    ->getKey();
}