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

Breadcrumb

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

function SdkBuilder::setPropagator

File

vendor/open-telemetry/sdk/SdkBuilder.php, line 69

Class

SdkBuilder

Namespace

OpenTelemetry\SDK

Code

public function setPropagator(TextMapPropagatorInterface $propagator) : self {
    $this->propagator = $propagator;
    return $this;
}
RSS feed
Powered by Drupal