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

Breadcrumb

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

class ContextKey

@internal @psalm-suppress MissingTemplateParam

Hierarchy

  • class \OpenTelemetry\Context\ContextKey implements \OpenTelemetry\Context\ContextKeyInterface

Expanded class hierarchy of ContextKey

File

vendor/open-telemetry/context/ContextKey.php, line 11

Namespace

OpenTelemetry\Context
View source
final class ContextKey implements ContextKeyInterface {
    public function __construct(?string $name = null) {
    }
    public function name() : ?string {
        return $this->name;
    }

}

Members

Title Sort descending Modifiers Object type Summary
ContextKey::name public function
ContextKey::__construct public function

API Navigation

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