[FEATURE] Introduce ModifyRedirectManagementControllerViewDataEvent
A new PSR-14 event "ModifyRedirectManagementControllerViewDataEvent" is introduced, allowing extension authors to modify or enrich view data for the ManagementController. Especially view is exchanged to display more or other information along the way. Resolves: #99802 Releases: main Change-Id: I774ca9b7ddecc4e1088baccd80fb8460e4297548 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77672 Tested-by:Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/12.3/Feature-99802-NewPSR-14ModifyRedirectManagementControllerViewDataEvent.rst 92 additions, 0 deletions...PSR-14ModifyRedirectManagementControllerViewDataEvent.rst
- typo3/sysext/redirects/Classes/Controller/ManagementController.php 27 additions, 24 deletions...ext/redirects/Classes/Controller/ManagementController.php
- typo3/sysext/redirects/Classes/Event/ModifyRedirectManagementControllerViewDataEvent.php 118 additions, 0 deletions...Event/ModifyRedirectManagementControllerViewDataEvent.php
- typo3/sysext/redirects/Tests/Functional/Controller/ManagementControllerTest.php 84 additions, 0 deletions.../Tests/Functional/Controller/ManagementControllerTest.php
- typo3/sysext/redirects/Tests/Functional/Fixtures/be_users.csv 4 additions, 0 deletions...3/sysext/redirects/Tests/Functional/Fixtures/be_users.csv
- typo3/sysext/redirects/Tests/Unit/Event/ModifyRedirectManagementControllerViewDataEventTest.php 66 additions, 0 deletions...t/ModifyRedirectManagementControllerViewDataEventTest.php
Please register or sign in to comment