public function DatabaseConnection::getKey

7.x database.inc public DatabaseConnection::getKey()

Returns the key this connection is associated with.

Return value

The key of this connection.

File

drupal-7.x/includes/database/database.inc, line 530
Core systems for the database layer.

Class

DatabaseConnection
Base Database API class.

Code

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