class TestServiceMethodWithParameter

Same name in other branches
  1. 9 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceMethodWithParameter
  2. 8.9.x core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceMethodWithParameter
  3. 11.x core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceMethodWithParameter

Hierarchy

Expanded class hierarchy of TestServiceMethodWithParameter

File

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

Namespace

Drupal\Tests\Component\ProxyBuilder
View source
class TestServiceMethodWithParameter {
    public function methodWithParameter($parameter) {
    }

}

Members

Title Sort descending Modifiers Object type Summary
TestServiceMethodWithParameter::methodWithParameter public function

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