Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. HttpPlugClientResolver.php

function HttpPlugClientResolver::create

1 call to HttpPlugClientResolver::create()
DependencyResolver::__construct in vendor/open-telemetry/sdk/Common/Adapter/HttpDiscovery/DependencyResolver.php

File

vendor/open-telemetry/sdk/Common/Adapter/HttpDiscovery/HttpPlugClientResolver.php, line 17

Class

HttpPlugClientResolver

Namespace

OpenTelemetry\SDK\Common\Adapter\HttpDiscovery

Code

public static function create(?HttpAsyncClient $httpAsyncClient = null) : self {
    return new self($httpAsyncClient);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal