You are here

service new_dependency_test.another_service_two.decorated in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml \new_dependency_test.another_service_two.decorated

Class

Drupal\new_dependency_test\Service

File

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

View source
  1. class: Drupal\new_dependency_test\Service
  2. decorates: new_dependency_test.another_service_two
  3. decoration_inner_name: new_dependency_test.foo
  4. arguments:
  5. - '@new_dependency_test.foo'