public function Statement::getConnectionTarget in Drupal 9
File
- core/
lib/ Drupal/ Core/ Database/ Statement.php, line 50
Class
- Statement
- Default implementation of StatementInterface.
Namespace
Drupal\Core\DatabaseCode
public function getConnectionTarget() : string {
return $this->connection
->getTarget();
}