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

Breadcrumb

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

function Context::getCurrent

Overrides ContextInterface::getCurrent

24 calls to Context::getCurrent()
Baggage::getCurrent in vendor/open-telemetry/api/Baggage/Baggage.php
@inheritDoc
BaggagePropagator::extract in vendor/open-telemetry/api/Baggage/Propagation/BaggagePropagator.php
Extracts specific values from the provided carrier into the provided {via an {
BaggagePropagator::inject in vendor/open-telemetry/api/Baggage/Propagation/BaggagePropagator.php
Injects specific values from the provided {via an {
BatchLogRecordProcessor::flush in vendor/open-telemetry/sdk/Logs/Processor/BatchLogRecordProcessor.php
BatchLogRecordProcessor::__construct in vendor/open-telemetry/sdk/Logs/Processor/BatchLogRecordProcessor.php

... See full list

File

vendor/open-telemetry/context/Context.php, line 70

Class

Context

Namespace

OpenTelemetry\Context

Code

public static function getCurrent() : ContextInterface {
    return self::storage()->current();
}

API Navigation

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