decorated_service_test.services.yml

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

File

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

View source
  1. services:
  2. test_service:
  3. class: 'Drupal\decorated_service_test\TestService'
  4. test_service_decorator:
  5. class: 'Drupal\decorated_service_test\TestServiceDecorator'
  6. public: false
  7. decorates: test_service
  8. test_service2:
  9. class: 'Drupal\decorated_service_test\TestService'
  10. test_service2_decorator:
  11. class: 'Drupal\decorated_service_test\TestServiceDecorator'
  12. public: false
  13. decorates: test_service2
  14. test_service2_decorator2:
  15. class: 'Drupal\decorated_service_test\TestServiceDecorator'
  16. public: false
  17. decorates: test_service2

Services

Title Deprecated Summary
test_service Drupal\decorated_service_test\TestService
test_service2 Drupal\decorated_service_test\TestService
test_service2_decorator Drupal\decorated_service_test\TestServiceDecorator
test_service2_decorator2 Drupal\decorated_service_test\TestServiceDecorator
test_service_decorator Drupal\decorated_service_test\TestServiceDecorator

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