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

Breadcrumb

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

class Entry

Hierarchy

  • class \OpenTelemetry\API\Baggage\Entry

Expanded class hierarchy of Entry

1 file declares its use of Entry
BaggagePropagator.php in vendor/open-telemetry/api/Baggage/Propagation/BaggagePropagator.php

File

vendor/open-telemetry/api/Baggage/Entry.php, line 7

Namespace

OpenTelemetry\API\Baggage
View source
final class Entry {
    public function __construct(mixed $value, MetadataInterface $metadata) {
    }
    public function getValue() : mixed {
        return $this->value;
    }
    public function getMetadata() : MetadataInterface {
        return $this->metadata;
    }

}

Members

Title Sort descending Modifiers Object type Summary
Entry::getMetadata public function
Entry::getValue public function
Entry::__construct public function

API Navigation

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