You are here

public function TestService::getTestInjection2 in Drupal 9

File

core/modules/system/tests/modules/autowire_test/src/TestService.php, line 26

Class

TestService

Namespace

Drupal\autowire_test

Code

public function getTestInjection2() : TestInjection2 {
  return $this->testInjection2;
}