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

Breadcrumb

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

interface ExecutionContextAwareInterface

Hierarchy

  • interface \OpenTelemetry\Context\ExecutionContextAwareInterface

Expanded class hierarchy of ExecutionContextAwareInterface

All classes that implement ExecutionContextAwareInterface

File

vendor/open-telemetry/context/ExecutionContextAwareInterface.php, line 7

Namespace

OpenTelemetry\Context
View source
interface ExecutionContextAwareInterface {
    public function fork(int|string $id) : void;
    public function switch(int|string $id) : void;
    public function destroy(int|string $id) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ExecutionContextAwareInterface::destroy public function 2
ExecutionContextAwareInterface::fork public function 2
ExecutionContextAwareInterface::switch public function 2

API Navigation

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