class TestServiceComplexMethod

Hierarchy

Expanded class hierarchy of TestServiceComplexMethod

File

core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php, line 433

Namespace

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

}

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.