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

Breadcrumb

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

function TracingDriver::getCancelTrace

2 calls to TracingDriver::getCancelTrace()
TracingDriver::enable in vendor/revolt/event-loop/src/EventLoop/Driver/TracingDriver.php
Enable a callback to be active starting in the next tick.
TracingDriver::reference in vendor/revolt/event-loop/src/EventLoop/Driver/TracingDriver.php
Reference a callback.

File

vendor/revolt/event-loop/src/EventLoop/Driver/TracingDriver.php, line 244

Class

TracingDriver

Namespace

Revolt\EventLoop\Driver

Code

private function getCancelTrace(string $callbackId) : string {
    return $this->cancelTraces[$callbackId] ?? 'No cancellation trace, yet.';
}

API Navigation

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