Project

General

Profile

Actions

Task #80089

closed

Change DataHandler hooks to CamelCase

Added by Thomas Hohn about 7 years ago. Updated about 7 years ago.

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
Actions #1

Updated by Thomas Hohn about 7 years ago

  • Subject changed from Deprecate old Datahandler hook to Change DataHandler hooks to CamelCase
Actions #2

Updated by Thomas Hohn about 7 years ago

  • Target version set to 8 LTS
Actions #3

Updated by Christian Kuhn about 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.

Actions #4

Updated by Christian Kuhn about 7 years ago

  • Status changed from New to Closed

talked with thomas, we'll not change that.

Actions

Also available in: Atom PDF