You are here

deprecation_test.services.yml in Drupal 9

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.