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

Breadcrumb

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

interface EventInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Trace\EventInterface

Expanded class hierarchy of EventInterface

All classes that implement EventInterface

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

File

vendor/open-telemetry/sdk/Trace/EventInterface.php, line 9

Namespace

OpenTelemetry\SDK\Trace
View source
interface EventInterface {
    public function getName() : string;
    public function getAttributes() : AttributesInterface;
    public function getEpochNanos() : int;
    public function getTotalAttributeCount() : int;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
EventInterface::getAttributes public function 1
EventInterface::getEpochNanos public function 1
EventInterface::getName public function 1
EventInterface::getTotalAttributeCount public function 1

API Navigation

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