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

Breadcrumb

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

function AbstractDriver::deactivate

Deactivates (disables) the given callback.

1 call to AbstractDriver::deactivate()
AbstractDriver::disable in vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php
Disable a callback immediately.
4 methods override AbstractDriver::deactivate()
EvDriver::deactivate in vendor/revolt/event-loop/src/EventLoop/Driver/EvDriver.php
Deactivates (disables) the given callback.
EventDriver::deactivate in vendor/revolt/event-loop/src/EventLoop/Driver/EventDriver.php
Deactivates (disables) the given callback.
StreamSelectDriver::deactivate in vendor/revolt/event-loop/src/EventLoop/Driver/StreamSelectDriver.php
Deactivates (disables) the given callback.
UvDriver::deactivate in vendor/revolt/event-loop/src/EventLoop/Driver/UvDriver.php
Deactivates (disables) the given callback.

File

vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php, line 381

Class

AbstractDriver
Event loop driver which implements all basic operations to allow interoperability.

Namespace

Revolt\EventLoop\Internal

Code

protected abstract function deactivate(DriverCallback $callback) : void;

API Navigation

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