DbtngExampleController::$repository

Same name in other branches
  1. 8.x-1.x dbtng_example/src/Controller/DbtngExampleController.php \Drupal\dbtng_example\Controller\DbtngExampleController::repository
  2. 4.0.x modules/dbtng_example/src/Controller/DbtngExampleController.php \Drupal\dbtng_example\Controller\DbtngExampleController::repository

The repository for our specialized queries.

Type: \Drupal\dbtng_example\DbtngExampleRepository

File

modules/dbtng_example/src/Controller/DbtngExampleController.php, line 21

Class

DbtngExampleController
Controller for DBTNG Example.

Namespace

Drupal\dbtng_example\Controller

Code

protected $repository;