deprecation_test.services.yml
Same filename in other branches
File
-
core/
modules/ system/ tests/ modules/ deprecation_test/ deprecation_test.services.yml
View source
- services:
- deprecation_test.service:
- class: Drupal\deprecation_test\Deprecation\FixtureDeprecatedClass
- deprecated: The "%service_id%" service is deprecated in drupal:9.0.0 and is removed from drupal:20.0.0. This is a test.
- deprecation_test.alias:
- alias: deprecation_test.service
- 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.