class TestServiceMethodReturnsVoid
Same name in other branches
- 9 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceMethodReturnsVoid
- 11.x core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceMethodReturnsVoid
Hierarchy
- class \Drupal\Tests\Component\ProxyBuilder\TestServiceMethodReturnsVoid
Expanded class hierarchy of TestServiceMethodReturnsVoid
File
-
core/
tests/ Drupal/ Tests/ Component/ ProxyBuilder/ ProxyBuilderTest.php, line 449
Namespace
Drupal\Tests\Component\ProxyBuilderView source
class TestServiceMethodReturnsVoid {
public function methodReturnsVoid(string $parameter) : void {
}
}
Members
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.