service_provider_test.services.yml

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml
  2. 10 core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml
  3. 11.x core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml
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']

Services

Title Deprecated Summary
service_provider_test_class Drupal\service_provider_test\TestClass

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.