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

Breadcrumb

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

interface LinkInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Trace\LinkInterface

Expanded class hierarchy of LinkInterface

All classes that implement LinkInterface

1 file declares its use of LinkInterface
FriendlySpanConverter.php in vendor/open-telemetry/sdk/Trace/SpanExporter/FriendlySpanConverter.php

File

vendor/open-telemetry/sdk/Trace/LinkInterface.php, line 10

Namespace

OpenTelemetry\SDK\Trace
View source
interface LinkInterface {
    public function getSpanContext() : SpanContextInterface;
    public function getAttributes() : AttributesInterface;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
LinkInterface::getAttributes public function 1
LinkInterface::getSpanContext public function 1

API Navigation

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