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