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

Breadcrumb

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

function BaggagePropagator::getInstance

1 call to BaggagePropagator::getInstance()
_register.php in vendor/open-telemetry/sdk/Propagation/_register.php

File

vendor/open-telemetry/api/Baggage/Propagation/BaggagePropagator.php, line 28

Class

BaggagePropagator

Namespace

OpenTelemetry\API\Baggage\Propagation

Code

public static function getInstance() : self {
    if (null === self::$instance) {
        self::$instance = new self();
    }
    return self::$instance;
}
RSS feed
Powered by Drupal