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

Breadcrumb

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

function Context::storage

2 calls to Context::storage()
NoopTracer::spanBuilder in vendor/open-telemetry/api/Trace/NoopTracer.php
Tracer::spanBuilder in vendor/open-telemetry/sdk/Trace/Tracer.php
@inheritDoc

File

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

Class

Context

Namespace

OpenTelemetry\Context

Code

public static function storage() : ContextStorageInterface&ExecutionContextAwareInterface {
    
    /** @psalm-suppress RedundantPropertyInitializationCheck */
    return self::$storage ??= new FiberBoundContextStorageExecutionAwareBC();
}

API Navigation

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