TYPO3-Solr / ext-solr

A TYPO3 extension that integrates the Apache Solr search server with TYPO3 CMS. dkd Internet Service GmbH is developing the extension. Community contributions are welcome. See CONTRIBUTING.md for details.
GNU General Public License v3.0
136 stars 249 forks source link

[TASK] Replace Dispatcher with PSR-14 based events and EventDispatcherInterface #2773

Closed 3l73 closed 1 year ago

3l73 commented 3 years ago

Class \TYPO3\CMS\Extbase\SignalSlot\Dispatcher will be removed with TYPO3 12 and have to replace with PSR-14 based events and EventDispatcherInterface.

Effected classes:

dkd-kaehm commented 1 year ago

Done in 12.0.0 in #3452