You are here

protected property DbtngExampleController::$repository in Examples for Developers 8

Same name and namespace in other branches
  1. 3.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

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

Class

DbtngExampleController
Controller for DBTNG Example.

Namespace

Drupal\dbtng_example\Controller

Code

protected $repository;