function InjectedService::__construct
Same name in other branches
- 9 core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php \Drupal\new_dependency_test\InjectedService::__construct()
- 10 core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php \Drupal\new_dependency_test\InjectedService::__construct()
- 11.x core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php \Drupal\new_dependency_test\InjectedService::__construct()
InjectedService constructor.
Parameters
\Drupal\new_dependency_test_with_service\NewService $service: The service of the new module.
File
-
core/
modules/ system/ tests/ modules/ new_dependency_test/ src/ InjectedService.php, line 25
Class
- InjectedService
- Generic service with a dependency on a service defined in a new module.
Namespace
Drupal\new_dependency_testCode
public function __construct(NewService $service) {
$this->service = $service;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.