You are here

service_provider_test.services.yml in Zircon Profile 8

core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml

File

core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml
View source
  1. services:
  2. service_provider_test_class:
  3. class: Drupal\service_provider_test\TestClass
  4. tags:
  5. - { name: event_subscriber }
  6. - { name: needs_destruction }
  7. parent: container.trait
  8. arguments: ['@state']