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

Breadcrumb

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

function PropagationGetterInterface::get

Gets the value of a given key from a carrier.

2 methods override PropagationGetterInterface::get()
ArrayAccessGetterSetter::get in vendor/open-telemetry/context/Propagation/ArrayAccessGetterSetter.php
Gets the value of a given key from a carrier.
SanitizeCombinedHeadersPropagationGetter::get in vendor/open-telemetry/context/Propagation/SanitizeCombinedHeadersPropagationGetter.php
Gets the value of a given key from a carrier.

File

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

Class

PropagationGetterInterface

Namespace

OpenTelemetry\Context\Propagation

Code

public function get($carrier, string $key) : ?string;

API Navigation

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