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

Also available in: Atom PDF