Actions
Task #35854
closedStreamline disposal of Signal Slot
Start date:
2012-04-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
The concept of Signal Slot has been introduced into Extbase of TYPO3 4.6 and then got copied to TYPO3 4.7 as well - basically to support that concept for the File Abstraction Layer as well. However, now this observer pattern is duplicated in the Core.
The solution:- remove SignalSlot from t3lib in TYPO3 4.7 and 6.0
- adopt usage of SignalSlot in the Core (basically Workspaces in 4.7)
- make Extbase a required extension in TYPO3 6.0 and modify FAL to use the Extbase Signal-Slot
Actions