You are here

protected property TrackerController::$database in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/tracker/src/Controller/TrackerController.php \Drupal\tracker\Controller\TrackerController::database

The database connection.

Type: \Drupal\Core\Database\Connection

File

core/modules/tracker/src/Controller/TrackerController.php, line 27

Class

TrackerController
Controller for tracker pages.

Namespace

Drupal\tracker\Controller

Code

protected $database;