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

Breadcrumb

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

function ContextStorageNode::offsetSet

Overrides ContextStorageScopeInterface::offsetSet

File

vendor/open-telemetry/context/ContextStorageNode.php, line 33

Class

ContextStorageNode
@internal

Namespace

OpenTelemetry\Context

Code

public function offsetSet(mixed $offset, mixed $value) : void {
    $this->localStorage[$offset] = $value;
}

API Navigation

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