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

Breadcrumb

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

interface Dispatcher

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

@internal This interface is not covered by the backward compatibility promise for PHPUnit

Hierarchy

  • interface \PHPUnit\Event\Dispatcher

Expanded class hierarchy of Dispatcher

All classes that implement Dispatcher

File

vendor/phpunit/phpunit/src/Event/Dispatcher/Dispatcher.php, line 17

Namespace

PHPUnit\Event
View source
interface Dispatcher {
    
    /**
     * @throws UnknownEventTypeException
     */
    public function dispatch(Event $event) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
Dispatcher::dispatch public function 3
RSS feed
Powered by Drupal