The database connection object.
Type: \Drupal\Core\Database\Connection
File
- core/modules/dblog/src/Logger/DbLog.php, line 31
Class
- DbLog
- Logs events in the watchdog database table.
Namespace
Drupal\dblog\Logger
Code
protected $connection;
The database connection object.
Type: \Drupal\Core\Database\Connection
Drupal\dblog\Logger
protected $connection;
Please login to continue.