class TestServiceComplexMethod

Same name in this branch
  1. 9 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceComplexMethod
Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Core\ProxyBuilder\TestServiceComplexMethod
  2. 8.9.x core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceComplexMethod
  3. 10 core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Core\ProxyBuilder\TestServiceComplexMethod
  4. 10 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceComplexMethod
  5. 11.x core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Core\ProxyBuilder\TestServiceComplexMethod
  6. 11.x core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceComplexMethod

Hierarchy

Expanded class hierarchy of TestServiceComplexMethod

File

core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php, line 171

Namespace

Drupal\Tests\Core\ProxyBuilder
View source
class TestServiceComplexMethod {
    public function complexMethod($parameter, callable $function, TestServiceNoMethod $test_service = NULL, array &$elements = []) {
    }

}

Members

Title Sort descending Modifiers Object type Summary
TestServiceComplexMethod::complexMethod public function

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.