public function DatabaseConnection::getKey
Returns the key this connection is associated with.
Return value
The key of this connection.
Archivo
- drupal-7.x/
includes/ database/ database.inc, line 529 - Core systems for the database layer.
Class
- DatabaseConnection
- Base Database API class.
Código
public function getKey() {
return $this->key;
}