DbtngExampleRepository::$connection

Same name in other branches
  1. 3.x modules/dbtng_example/src/DbtngExampleRepository.php \Drupal\dbtng_example\DbtngExampleRepository::connection
  2. 4.0.x modules/dbtng_example/src/DbtngExampleRepository.php \Drupal\dbtng_example\DbtngExampleRepository::connection

The database connection.

Type: \Drupal\Core\Database\Connection

File

dbtng_example/src/DbtngExampleRepository.php, line 38

Class

DbtngExampleRepository
Repository for database-related helper methods for our example.

Namespace

Drupal\dbtng_example

Code

protected $connection;