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

Breadcrumb

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

interface Event

@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

Hierarchy

  • interface \PHPUnit\Event\Event

Expanded class hierarchy of Event

All classes that implement Event

75 files declare their use of Event
AfterLastTestMethodCalled.php in vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalled.php
AfterLastTestMethodFinished.php in vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinished.php
AfterTestMethodCalled.php in vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalled.php
AfterTestMethodFinished.php in vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinished.php
AssertionFailed.php in vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailed.php

... See full list

3 string references to 'Event'
DatabaseBackend::schemaDefinition in core/lib/Drupal/Core/Flood/DatabaseBackend.php
Defines the schema for the flood table.
EventDriver::isSupported in vendor/revolt/event-loop/src/EventLoop/Driver/EventDriver.php
PerformanceTestRecorder::onRouteBuilderFinish in core/lib/Drupal/Core/Test/PerformanceTestRecorder.php
Records a router rebuild.

File

vendor/phpunit/phpunit/src/Event/Events/Event.php, line 15

Namespace

PHPUnit\Event
View source
interface Event {
    public function telemetryInfo() : Telemetry\Info;
    public function asString() : string;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
Event::asString public function 71
Event::telemetryInfo public function 71

API Navigation

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