class TestServiceWithPublicStaticMethod
Same name in other branches
- 9 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceWithPublicStaticMethod
- 8.9.x core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceWithPublicStaticMethod
- 11.x core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceWithPublicStaticMethod
Hierarchy
- class \Drupal\Tests\Component\ProxyBuilder\TestServiceWithPublicStaticMethod
Expanded class hierarchy of TestServiceWithPublicStaticMethod
File
-
core/
tests/ Drupal/ Tests/ Component/ ProxyBuilder/ ProxyBuilderTest.php, line 495
Namespace
Drupal\Tests\Component\ProxyBuilderView source
class TestServiceWithPublicStaticMethod {
public static function testMethod($parameter) {
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
TestServiceWithPublicStaticMethod::testMethod | public static | function |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.