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

Breadcrumb

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

function UvDriver::isSupported

File

vendor/revolt/event-loop/src/EventLoop/Driver/UvDriver.php, line 17

Class

UvDriver

Namespace

Revolt\EventLoop\Driver

Code

public static function isSupported() : bool {
    return \extension_loaded("uv");
}

API Navigation

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