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

Breadcrumb

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

function MultiTextMapPropagator::inject

Overrides TextMapPropagatorInterface::inject

File

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

Class

MultiTextMapPropagator

Namespace

OpenTelemetry\Context\Propagation

Code

public function inject(&$carrier, ?PropagationSetterInterface $setter = null, ?ContextInterface $context = null) : void {
    foreach ($this->propagators as $propagator) {
        $propagator->inject($carrier, $setter, $context);
    }
}

API Navigation

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