class TestServiceMethodReturnsVoid

Same name in other branches
  1. 9 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceMethodReturnsVoid
  2. 10 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceMethodReturnsVoid

Hierarchy

Expanded class hierarchy of TestServiceMethodReturnsVoid

File

core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php, line 449

Namespace

Drupal\Tests\Component\ProxyBuilder
View source
class TestServiceMethodReturnsVoid {
    public function methodReturnsVoid(string $parameter) : void {
    }

}

Members

Title Sort descending Modifiers Object type Summary
TestServiceMethodReturnsVoid::methodReturnsVoid public function

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