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

Breadcrumb

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

function Context::createKey

Overrides ContextInterface::createKey

9 calls to Context::createKey()
ContextKeys::baggage in vendor/open-telemetry/context/ContextKeys.php
ContextKeys::eventLoggerProvider in vendor/open-telemetry/api/Instrumentation/ContextKeys.php
ContextKeys::loggerProvider in vendor/open-telemetry/api/Instrumentation/ContextKeys.php
ContextKeys::meterProvider in vendor/open-telemetry/api/Instrumentation/ContextKeys.php
ContextKeys::propagator in vendor/open-telemetry/api/Instrumentation/ContextKeys.php

... See full list

File

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

Class

Context

Namespace

OpenTelemetry\Context

Code

public static function createKey(string $key) : ContextKeyInterface {
    return new ContextKey($key);
}

API Navigation

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