You are here

protected property DbLogController::$database in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 32
Contains \Drupal\dblog\Controller\DbLogController.

Class

DbLogController
Returns responses for dblog routes.

Namespace

Drupal\dblog\Controller

Code

protected $database;