function TestService::__construct
File
-
core/
modules/ system/ tests/ modules/ autowire_test/ src/ TestService.php, line 17
Class
Namespace
Drupal\autowire_testCode
public function __construct(TestInjectionInterface $test_injection, TestInjection2 $test_injection2) {
$this->testInjection = $test_injection;
$this->testInjection2 = $test_injection2;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.