function Connection::setKey
Tells this connection object what its key is.
Parameters
string $key: The key this connection is for.
File
-
core/
lib/ Drupal/ Core/ Database/ Connection.php, line 670
Class
- Connection
- Base Database API class.
Namespace
Drupal\Core\DatabaseCode
public function setKey($key) {
if (!isset($this->key)) {
$this->key = $key;
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.