function Statement::getConnectionTarget

File

core/lib/Drupal/Core/Database/Statement.php, line 50

Class

Statement
Default implementation of StatementInterface.

Namespace

Drupal\Core\Database

Code

public function getConnectionTarget() : string {
    return $this->connection
        ->getTarget();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.