InjectedService |
core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php |
Generic service with a dependency on a service defined in a new module. |
Service |
core/modules/system/tests/modules/new_dependency_test/src/Service.php |
A service that can decorated itself. |
ServiceWithDependency |
core/modules/system/tests/modules/new_dependency_test/src/ServiceWithDependency.php |
Service that gets the other service of the same module injected. |
SetterInjection |
core/modules/system/tests/modules/new_dependency_test/src/SetterInjection.php |
Generic service which uses setter injection. |