You are here

protected property DbtngExampleRepository::$connection in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 dbtng_example/src/DbtngExampleRepository.php \Drupal\dbtng_example\DbtngExampleRepository::connection

The database connection.

Type: \Drupal\Core\Database\Connection

File

modules/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;