[FEATURE] Migrate all Extbase-related signals to PSR-14 events
Nine new PSR-14 events are introduced which replace the existing Extbase Signals in Persistence and MVC area. Resolves: #89870 Releases: master Change-Id: I6c56fc0562ba8c02899d5de07e39443167e6311a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62528 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Susanne Moog <look@susi.dev>
Showing
- typo3/sysext/beuser/Classes/Controller/BackendUserController.php 0 additions, 11 deletions...ysext/beuser/Classes/Controller/BackendUserController.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-89870-NewPSR-14EventsForExtbase-relatedSignals.rst 58 additions, 0 deletions...cation-89870-NewPSR-14EventsForExtbase-relatedSignals.rst
- typo3/sysext/core/Documentation/Changelog/master/Feature-89870-NewPSR-14EventsForExtbase-relatedSignals.rst 44 additions, 0 deletions...eature-89870-NewPSR-14EventsForExtbase-relatedSignals.rst
- typo3/sysext/extbase/Classes/Compatibility/SlotReplacement.php 162 additions, 0 deletions.../sysext/extbase/Classes/Compatibility/SlotReplacement.php
- typo3/sysext/extbase/Classes/Event/Mvc/AfterRequestDispatchedEvent.php 58 additions, 0 deletions...extbase/Classes/Event/Mvc/AfterRequestDispatchedEvent.php
- typo3/sysext/extbase/Classes/Event/Mvc/BeforeActionCallEvent.php 61 additions, 0 deletions...ysext/extbase/Classes/Event/Mvc/BeforeActionCallEvent.php
- typo3/sysext/extbase/Classes/Event/Persistence/AfterObjectThawedEvent.php 51 additions, 0 deletions...base/Classes/Event/Persistence/AfterObjectThawedEvent.php
- typo3/sysext/extbase/Classes/Event/Persistence/EntityAddedToPersistenceEvent.php 41 additions, 0 deletions...asses/Event/Persistence/EntityAddedToPersistenceEvent.php
- typo3/sysext/extbase/Classes/Event/Persistence/EntityFinalizedAfterPersistenceEvent.php 41 additions, 0 deletions...vent/Persistence/EntityFinalizedAfterPersistenceEvent.php
- typo3/sysext/extbase/Classes/Event/Persistence/EntityPersistedEvent.php 40 additions, 0 deletions...xtbase/Classes/Event/Persistence/EntityPersistedEvent.php
- typo3/sysext/extbase/Classes/Event/Persistence/EntityRemovedFromPersistenceEvent.php 40 additions, 0 deletions...s/Event/Persistence/EntityRemovedFromPersistenceEvent.php
- typo3/sysext/extbase/Classes/Event/Persistence/EntityUpdatedInPersistenceEvent.php 40 additions, 0 deletions...ses/Event/Persistence/EntityUpdatedInPersistenceEvent.php
- typo3/sysext/extbase/Classes/Event/Persistence/ModifyQueryBeforeFetchingObjectDataEvent.php 45 additions, 0 deletions.../Persistence/ModifyQueryBeforeFetchingObjectDataEvent.php
- typo3/sysext/extbase/Classes/Event/Persistence/ModifyResultAfterFetchingObjectDataEvent.php 56 additions, 0 deletions.../Persistence/ModifyResultAfterFetchingObjectDataEvent.php
- typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php 17 additions, 1 deletion...ysext/extbase/Classes/Mvc/Controller/ActionController.php
- typo3/sysext/extbase/Classes/Mvc/Dispatcher.php 23 additions, 31 deletionstypo3/sysext/extbase/Classes/Mvc/Dispatcher.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Backend.php 27 additions, 87 deletionstypo3/sysext/extbase/Classes/Persistence/Generic/Backend.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapper.php 10 additions, 17 deletions...extbase/Classes/Persistence/Generic/Mapper/DataMapper.php
- typo3/sysext/extbase/Classes/SignalSlot/Dispatcher.php 31 additions, 0 deletionstypo3/sysext/extbase/Classes/SignalSlot/Dispatcher.php
- typo3/sysext/extbase/Configuration/Services.yaml 44 additions, 0 deletionstypo3/sysext/extbase/Configuration/Services.yaml
Please register or sign in to comment