Task #98441
closedRemove outdated recStatInfoHooks
100%
Description
The hooks should be built differently these days.
Updated by Gerrit Code Review about 2 years ago
- Status changed from New to Under Review
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75874
Updated by Gerrit Code Review about 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75874
Updated by Benni Mack about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 13e1156fda1e8b6556fb71e2fe87572965ec93c2.
Updated by Friedemann Altrock 12 months ago
Hej,
I just found this because I am currently implementing a feature in an 11.5 project to show additional icons in the content element header.
The old PageLayoutView class used the hook recStatInfoHooks
to add additional icons in tt_content_drawHeader
, but in the new implementation there is no way to extend the icon list.
New issue to track this: #102569