Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
KeyValue.php
function KeyValue::clearValue
File
vendor/
open-telemetry/
gen-otlp-protobuf/
Opentelemetry/
Proto/
Common/
V1/
KeyValue.php
, line 79
Class
KeyValue
KeyValue is a key-value pair that is used to store Span attributes, Link attributes, etc.
Namespace
Opentelemetry\Proto\Common\V1
Code
public
function
clearValue
() {
unset
(
$this
->
value
); }
RSS feed