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

Breadcrumb

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

function HttpPlugClientResolver::resolveHttpPlugAsyncClient

Overrides ResolverInterface::resolveHttpPlugAsyncClient

File

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

Class

HttpPlugClientResolver

Namespace

OpenTelemetry\SDK\Common\Adapter\HttpDiscovery

Code

public function resolveHttpPlugAsyncClient() : HttpAsyncClient {
    return $this->httpAsyncClient ??= HttpAsyncClientDiscovery::find();
}

API Navigation

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