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. 8.9.x core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml
  3. 10 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. _defaults:
  3. autoconfigure: true
  4. service_provider_test_class:
  5. class: Drupal\service_provider_test\TestClass
  6. tags:
  7. - { name: needs_destruction }
  8. arguments: ['@state']

Services

Title Deprecated Summary
service_provider_test_class Drupal\service_provider_test\TestClass
_defaults

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