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

Breadcrumb

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

function LocalRootSpan::store

@internal

1 call to LocalRootSpan::store()
Span::storeInContext in vendor/open-telemetry/api/Trace/Span.php
@inheritDoc

File

vendor/open-telemetry/api/Trace/LocalRootSpan.php, line 39

Class

LocalRootSpan
@experimental

Namespace

OpenTelemetry\API\Trace

Code

public static function store(ContextInterface $context, SpanInterface $span) : ContextInterface {
    return $context->with(self::key(), $span);
}

API Navigation

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