public function Connection::setKey in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::setKey()
File
- lib/
Drupal/ Core/ Database/ Connection.php, line 55 - Contains \Drupal\Core\Database\Connection.
Class
Namespace
Drupal\Core\DatabaseCode
public function setKey($key) {
return $this->connection
->setKey($key);
}