You are here

protected property DbLogController::$database in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/dblog/src/Controller/DbLogController.php \Drupal\dblog\Controller\DbLogController::database
  2. 9 core/modules/dblog/src/Controller/DbLogController.php \Drupal\dblog\Controller\DbLogController::database

The database service.

Type: \Drupal\Core\Database\Connection

File

core/modules/dblog/src/Controller/DbLogController.php, line 35

Class

DbLogController
Returns responses for dblog routes.

Namespace

Drupal\dblog\Controller

Code

protected $database;