You are here

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

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

Our database repository service.

Type: \Drupal\dbtng_example\DbtngExampleRepository

File

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;