public function DatabaseConnection::getTarget
Returns the target this connection is associated with.
Return value
The target string of this connection.
Archivo
- drupal-7.x/
includes/ database/ database.inc, line 507 - Core systems for the database layer.
Class
- DatabaseConnection
- Base Database API class.
Código
public function getTarget() {
return $this->target;
}