class TestServiceDecorator
Same name in other branches
- 9 core/modules/system/tests/modules/decorated_service_test/src/TestServiceDecorator.php \Drupal\decorated_service_test\TestServiceDecorator
- 10 core/modules/system/tests/modules/decorated_service_test/src/TestServiceDecorator.php \Drupal\decorated_service_test\TestServiceDecorator
Hierarchy
- class \Drupal\decorated_service_test\TestService
- class \Drupal\decorated_service_test\TestServiceDecorator extends \Drupal\decorated_service_test\TestService
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 7
Namespace
Drupal\decorated_service_testView source
class TestServiceDecorator extends TestService {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.