Deprecation: #102745 - Unused interface for stdWrap hook
See forge#102745
Description
The ContentObject stdWrap hook required hook implementations to implement the
\TYPO3\
.
Since the mentioned hook has been removed,
the interface is not in use anymore and has been marked as deprecated.
Impact
Using the interface has no effect anymore and the extension scanner will report any usage.
Affected installations
TYPO3 installations using the PHP interface in custom extension code.
Migration
The PHP interface is still available for TYPO3 v13, so extensions can provide a version which is compatible with TYPO3 v12 (using the hook) and TYPO3 v13 (using the new PSR-14 events), at the same time. Remove any usage of the PHP interface and use the new PSR-14 events to avoid any further problems in TYPO3 v14+.