protected function TestServiceWithProtectedMethods::protectedMethod in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceWithProtectedMethods::protectedMethod()
File
- core/
tests/ Drupal/ Tests/ Component/ ProxyBuilder/ ProxyBuilderTest.php, line 418 - Contains \Drupal\Tests\Component\ProxyBuilder\ProxyBuilderTest.
Class
Namespace
Drupal\Tests\Component\ProxyBuilderCode
protected function protectedMethod($parameter) {
}