You are here

protected property DbtngExampleAddForm::$repository in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 dbtng_example/src/Form/DbtngExampleAddForm.php \Drupal\dbtng_example\Form\DbtngExampleAddForm::repository

Our database repository service.

Type: \Drupal\dbtng_example\DbtngExampleRepository

File

modules/dbtng_example/src/Form/DbtngExampleAddForm.php, line 29

Class

DbtngExampleAddForm
Form to add a database entry, with all the interesting fields.

Namespace

Drupal\dbtng_example\Form

Code

protected $repository;