You are here

protected property DbLog::$connection in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/dblog/src/Logger/DbLog.php \Drupal\dblog\Logger\DbLog::connection

The database connection object.

Type: \Drupal\Core\Database\Connection

File

core/modules/dblog/src/Logger/DbLog.php, line 30

Class

DbLog
Logs events in the watchdog database table.

Namespace

Drupal\dblog\Logger

Code

protected $connection;