function TestService::getTestInjection3

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/modules/autowire_test/src/TestService.php \Drupal\autowire_test\TestService::getTestInjection3()

File

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

Class

TestService

Namespace

Drupal\autowire_test

Code

public function getTestInjection3() : TestInjection3 {
    return $this->testInjection3;
}

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