deprecation_test.services.yml

Same filename in other branches
  1. 10 core/modules/system/tests/modules/deprecation_test/deprecation_test.services.yml
  2. 11.x core/modules/system/tests/modules/deprecation_test/deprecation_test.services.yml
core/modules/system/tests/modules/deprecation_test/deprecation_test.services.yml

File

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

View source
  1. services:
  2. deprecation_test.service:
  3. class: Drupal\deprecation_test\Deprecation\FixtureDeprecatedClass
  4. deprecated: The "%service_id%" service is deprecated in drupal:9.0.0 and is removed from drupal:20.0.0. This is a test.
  5. deprecation_test.alias:
  6. alias: deprecation_test.service
  7. deprecated: The "%alias_id%" alias is deprecated in drupal:9.0.0 and is removed from drupal:20.0.0. This is a test.

Services

Title Deprecated Summary
deprecation_test.alias Alias of deprecation_test.service
deprecation_test.service Drupal\deprecation_test\Deprecation\FixtureDeprecatedClass

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