You are here

public function TestServiceComplexMethod::complexMethod in Drupal 10

Same name in this branch
  1. 10 core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Core\ProxyBuilder\TestServiceComplexMethod::complexMethod()
  2. 10 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceComplexMethod::complexMethod()
Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Core\ProxyBuilder\TestServiceComplexMethod::complexMethod()
  2. 9 core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Core\ProxyBuilder\TestServiceComplexMethod::complexMethod()

File

core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php, line 173
Contains \Drupal\Tests\Core\ProxyBuilder\ProxyBuilderTest.

Class

TestServiceComplexMethod

Namespace

Drupal\Tests\Core\ProxyBuilder

Code

public function complexMethod($parameter, callable $function, TestServiceNoMethod $test_service = NULL, array &$elements = []) {
}