decorated_service_test.services.yml
Same filename in other branches
File
-
core/
modules/ system/ tests/ modules/ decorated_service_test/ decorated_service_test.services.yml
View source
- services:
- test_service:
- class: 'Drupal\decorated_service_test\TestService'
- test_service_decorator:
- class: 'Drupal\decorated_service_test\TestServiceDecorator'
- public: false
- decorates: test_service
- test_service2:
- class: 'Drupal\decorated_service_test\TestService'
- test_service2_decorator:
- class: 'Drupal\decorated_service_test\TestServiceDecorator'
- public: false
- decorates: test_service2
- test_service2_decorator2:
- class: 'Drupal\decorated_service_test\TestServiceDecorator'
- public: false
- 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.