public static function TestServiceWithPublicStaticMethod::testMethod in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceWithPublicStaticMethod::testMethod()
- 9 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceWithPublicStaticMethod::testMethod()
File
- core/
tests/ Drupal/ Tests/ Component/ ProxyBuilder/ ProxyBuilderTest.php, line 500 - Contains \Drupal\Tests\Component\ProxyBuilder\ProxyBuilderTest.
Class
Namespace
Drupal\Tests\Component\ProxyBuilderCode
public static function testMethod($parameter) {
}