Skip to content
Snippets Groups Projects
Commit f4eb12b0 authored by Benni Mack's avatar Benni Mack Committed by Daniel Goerz
Browse files

[FEATURE] Unified PSR-14 event for modifying the SystemInformationToolbarItem

The SystemInformationToolbarItem now has one unified PSR-14 Event instead
of the previous signals used by SignalSlotDispatcher.

New Event class is called:

- TYPO3\CMS\Backend\Backend\Event\SystemInformationToolbarCollectorEvent

and provides access to the actual SystemInformationToolbarItem allowing
to add messages or new systemInformation blocks by using the API methods
there.

The existing signals are deprecated, and all existing code is migrated
to the PSR-14 event.

Resolves: #89750
Related: #89733
Releases: master
Change-Id: I249c49f8d24b6e2dc73c2db7b4f7c15c9ccfa3fd
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62390


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 621688b5
Branches
Tags
No related merge requests found
Showing
with 171 additions and 102 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment