‪TYPO3CMS  ‪main
TYPO3\CMS\Core\EventDispatcher\NoopEventDispatcher Class Reference
Inheritance diagram for TYPO3\CMS\Core\EventDispatcher\NoopEventDispatcher:

Public Member Functions

 dispatch (object $event)
 

Detailed Description

An event dispatcher that does nothing. Useful for testing.

Also used in scopes like the install tool where classes have dependencies to EventDispatcherInterface but should not actively dispatch events.

Definition at line 28 of file NoopEventDispatcher.php.

Member Function Documentation

◆ dispatch()

TYPO3\CMS\Core\EventDispatcher\NoopEventDispatcher::dispatch ( object  $event)

Definition at line 30 of file NoopEventDispatcher.php.