TableSortExampleController::$database

Same name in other branches
  1. 8.x-1.x tablesort_example/src/Controller/TableSortExampleController.php \Drupal\tablesort_example\Controller\TableSortExampleController::database
  2. 4.0.x modules/tablesort_example/src/Controller/TableSortExampleController.php \Drupal\tablesort_example\Controller\TableSortExampleController::database

The Database Connection.

Type: \Drupal\Core\Database\Connection

File

modules/tablesort_example/src/Controller/TableSortExampleController.php, line 19

Class

TableSortExampleController
Controller routines for tablesort example routes.

Namespace

Drupal\tablesort_example\Controller

Code

protected $database;