You are here

dbtng_example.services.yml in Examples for Developers 3.x

modules/dbtng_example/dbtng_example.services.yml

File

modules/dbtng_example/dbtng_example.services.yml
View source
  1. # This declares the plugin manager to the service container. For background
  2. # information on the service container, see https://www.drupal.org/node/2133171.
  3. # Changes here require that the cache be cleared in order to have Drupal notice
  4. # them.
  5. services:
  6. dbtng_example.repository:
  7. class: Drupal\dbtng_example\DbtngExampleRepository
  8. arguments: ['@database', '@string_translation', '@messenger']