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

Breadcrumb

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

interface IdGeneratorInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Trace\IdGeneratorInterface

Expanded class hierarchy of IdGeneratorInterface

All classes that implement IdGeneratorInterface

File

vendor/open-telemetry/sdk/Trace/IdGeneratorInterface.php, line 7

Namespace

OpenTelemetry\SDK\Trace
View source
interface IdGeneratorInterface {
    public function generateTraceId() : string;
    public function generateSpanId() : string;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
IdGeneratorInterface::generateSpanId public function 1
IdGeneratorInterface::generateTraceId public function 1

API Navigation

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