You are here

public function TestService::getTestInjection in Drupal 9

File

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

Class

TestService

Namespace

Drupal\autowire_test

Code

public function getTestInjection() : TestInjectionInterface {
  return $this->testInjection;
}