protected property InjectedService::$service in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php \Drupal\new_dependency_test\InjectedService::service
- 9 core/modules/system/tests/modules/new_dependency_test/src/InjectedService.php \Drupal\new_dependency_test\InjectedService::service
The injected service.
Type: \Drupal\new_dependency_test_with_service\NewService
File
- core/
modules/ system/ tests/ modules/ new_dependency_test/ src/ InjectedService.php, line 17
Class
- InjectedService
- Generic service with a dependency on a service defined in a new module.
Namespace
Drupal\new_dependency_testCode
protected $service;