class TestServiceDecorator

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/decorated_service_test/src/TestServiceDecorator.php \Drupal\decorated_service_test\TestServiceDecorator
  2. 10 core/modules/system/tests/modules/decorated_service_test/src/TestServiceDecorator.php \Drupal\decorated_service_test\TestServiceDecorator

Decorator for the TestService class.

Hierarchy

Expanded class hierarchy of TestServiceDecorator

1 file declares its use of TestServiceDecorator
DecoratedServiceTest.php in core/modules/system/tests/src/Kernel/DecoratedServiceTest.php
1 string reference to 'TestServiceDecorator'
decorated_service_test.services.yml in 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
3 services use TestServiceDecorator
test_service2_decorator in core/modules/system/tests/modules/decorated_service_test/decorated_service_test.services.yml
Drupal\decorated_service_test\TestServiceDecorator
test_service2_decorator2 in core/modules/system/tests/modules/decorated_service_test/decorated_service_test.services.yml
Drupal\decorated_service_test\TestServiceDecorator
test_service_decorator in core/modules/system/tests/modules/decorated_service_test/decorated_service_test.services.yml
Drupal\decorated_service_test\TestServiceDecorator

File

core/modules/system/tests/modules/decorated_service_test/src/TestServiceDecorator.php, line 10

Namespace

Drupal\decorated_service_test
View source
class TestServiceDecorator extends TestService {

}

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