Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
EventDriver.php
function EventDriver::isSupported
File
vendor/
revolt/
event-loop/
src/
EventLoop/
Driver/
EventDriver.php
, line 22
Class
EventDriver
Namespace
Revolt\EventLoop\Driver
Code
public static
function
isSupported
() : bool {
return
\extension_loaded
(
"event"
); }
RSS feed