public function Connection::getTarget

Returns the target this connection is associated with.

Return value

The target string of this connection.

File

drupal/core/lib/Drupal/Core/Database/Connection.php, line 349
Definition of Drupal\Core\Database\Connection

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

public function getTarget() {
  return $this->target;
}