Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ContextStorageNode.php
function ContextStorageNode::offsetExists
File
vendor/
open-telemetry/
context/
ContextStorageNode.php
, line 23
Class
ContextStorageNode
@internal
Namespace
OpenTelemetry\Context
Code
public
function
offsetExists
(mixed
$offset
) : bool {
return
isset
(
$this
->
localStorage
[
$offset
]); }
RSS feed