Actions
Task #94235
closedStreamline method name for doc header button registration
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-05-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
We use the term DocHeader
in various places in the core (e.g. getDocHeaderComponent
in ModuleTemplate
). However, in some backend controllers we use a method named registerDocheaderButtons()
and in others we use registerDocHeaderButtons
. The latter should be the preferred method name, since it strictly follows the PSR-1 camelCase naming.
Actions