You are here

namespace Drupal\new_dependency_test in Drupal 9

Same name in other branches
  1. 8 Drupal\new_dependency_test
  2. 10 Drupal\new_dependency_test
Classsort descending Location Description
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.