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

Breadcrumb

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

function LateBindingTextMapPropagator::fields

Overrides TextMapPropagatorInterface::fields

File

vendor/open-telemetry/sdk/Propagation/LateBindingTextMapPropagator.php, line 27

Class

LateBindingTextMapPropagator
@internal

Namespace

OpenTelemetry\SDK\Propagation

Code

public function fields() : array {
    if (!$this->propagator instanceof TextMapPropagatorInterface) {
        $this->propagator = ($this->propagator)();
    }
    return $this->propagator
        ->fields();
}

API Navigation

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