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

Breadcrumb

  1. Drupal Core 11.1.x

MetadataInterface.php

Same filename in this branch
  1. 11.1.x vendor/symfony/validator/Mapping/MetadataInterface.php

Namespace

OpenTelemetry\API\Baggage

File

vendor/open-telemetry/api/Baggage/MetadataInterface.php

View source
<?php

declare (strict_types=1);
namespace OpenTelemetry\API\Baggage;


/**
 * @see https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6.1/specification/baggage/api.md#set-value
 */
interface MetadataInterface {
    public function getValue() : string;

}

Interfaces

Title Deprecated Summary
MetadataInterface

API Navigation

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