public function TestServiceComplexMethod::complexMethod in Drupal 10
Same name in this branch
- 10 core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Core\ProxyBuilder\TestServiceComplexMethod::complexMethod()
- 10 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceComplexMethod::complexMethod()
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceComplexMethod::complexMethod()
- 9 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceComplexMethod::complexMethod()
File
- core/
tests/ Drupal/ Tests/ Component/ ProxyBuilder/ ProxyBuilderTest.php, line 438 - Contains \Drupal\Tests\Component\ProxyBuilder\ProxyBuilderTest.
Class
Namespace
Drupal\Tests\Component\ProxyBuilderCode
public function complexMethod(string $parameter, callable $function, TestServiceNoMethod $test_service = NULL, array &$elements = []) : array {
return [];
}