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

Breadcrumb

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

function TracingDriver::unreference

Overrides Driver::unreference

File

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

Class

TracingDriver

Namespace

Revolt\EventLoop\Driver

Code

public function unreference(string $callbackId) : string {
    $this->driver
        ->unreference($callbackId);
    $this->unreferencedCallbacks[$callbackId] = true;
    return $callbackId;
}
RSS feed
Powered by Drupal