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

Breadcrumb

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

interface PropagationSetterInterface

Hierarchy

  • interface \OpenTelemetry\Context\Propagation\PropagationSetterInterface

Expanded class hierarchy of PropagationSetterInterface

All classes that implement PropagationSetterInterface

See also

https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6…

3 files declare their use of PropagationSetterInterface
BaggagePropagator.php in vendor/open-telemetry/api/Baggage/Propagation/BaggagePropagator.php
LateBindingTextMapPropagator.php in vendor/open-telemetry/sdk/Propagation/LateBindingTextMapPropagator.php
TraceContextPropagator.php in vendor/open-telemetry/api/Trace/Propagation/TraceContextPropagator.php

File

vendor/open-telemetry/context/Propagation/PropagationSetterInterface.php, line 10

Namespace

OpenTelemetry\Context\Propagation
View source
interface PropagationSetterInterface {
    
    /**
     * Set the value for a given key on the associated carrier.
     */
    public function set(&$carrier, string $key, string $value) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
PropagationSetterInterface::set public function Set the value for a given key on the associated carrier. 1

API Navigation

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