protected property Connection::$target

The database target this connection is for.

We need this information for later auditing and logging.

Type: string

File

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

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

protected $target = NULL;