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.
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69325
Updated by Torben Hansen over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ca2bcfc1a483503e8a90b6ca0a813ad6b8aa981b.
Actions