TestService::$database

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/modules/autowire_test/src/TestService.php \Drupal\autowire_test\TestService::database
  2. 10 core/modules/system/tests/modules/autowire_test/src/TestService.php \Drupal\autowire_test\TestService::database

The database connection.

Type: \Drupal\Core\Database\Connection

File

core/modules/system/tests/modules/autowire_test/src/TestService.php, line 30

Class

TestService
Service class for managing injected dependencies.

Namespace

Drupal\autowire_test

Code

protected $database;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.