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

Breadcrumb

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

function DriverCallback::__get

Parameters

string $property:

File

vendor/revolt/event-loop/src/EventLoop/Internal/DriverCallback.php, line 27

Class

DriverCallback
@internal

Namespace

Revolt\EventLoop\Internal

Code

public function __get(string $property) : never {
    throw new \Error("Unknown property '{$property}'");
}
RSS feed
Powered by Drupal