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

Breadcrumb

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

function MultiTextMapPropagator::__construct

@no-named-arguments

Parameters

list<TextMapPropagatorInterface> $propagators:

File

vendor/open-telemetry/context/Propagation/MultiTextMapPropagator.php, line 24

Class

MultiTextMapPropagator

Namespace

OpenTelemetry\Context\Propagation

Code

public function __construct(array $propagators) {
    $this->fields = $this->extractFields($this->propagators);
}

API Navigation

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