function TestService::getTestInjection

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;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.