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