Actions
Task #80089
closedChange DataHandler hooks to CamelCase
Status:
Closed
Priority:
Should have
Assignee:
Category:
DataHandler aka TCEmain
Target version:
Start date:
2017-03-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:
Description
It would be nice to get rid of the non Camel Version of the DataHandler hooks so that
they can be removed with TYPO 9.
The following hooks should be renamed:
- processDatamap_preProcessFieldArray => processDatamapPreProcessFieldArray
- processDatamap_postProcessFieldArray => processDatamapPostProcessFieldArray
- processDatamap_afterAllOperations => processDatamapAfterAllOperations
- processCmdmap_beforeStart => processCmdmapBeforeStart
- processCmdmap_preProcess => processCmdmapPreProcess
- processCmdmap_postProcess => processCmdmapPostProcess
- processCmdmap_afterFinish => processCmdmapAfterFinish
- moveRecord_firstElementPostProcess => moveRecordFirstElementPostProcess
- moveRecord_afterAnotherElementPostProcess => moveRecordAfterAnotherElementPostProcess
- processTranslateTo_copyAction => processTranslateToCopyAction
- processCmdmap_deleteAction => processCmdmapDeleteAction
Updated by Thomas Hohn over 7 years ago
- Subject changed from Deprecate old Datahandler hook to Change DataHandler hooks to CamelCase
Updated by Christian Kuhn over 7 years ago
-1. yes, they're ugly. But, changing the name of hooks has zero benefit for us, it only creates more work for developers when upgrading. I think we talked within the coreteam about that already and the decision was to not just rename all hooks.
Updated by Christian Kuhn over 7 years ago
- Status changed from New to Closed
talked with thomas, we'll not change that.
Actions