Deprecation: #97217 - Moved TypoLinkCodecService to EXT:core
See forge#97217
Description
The Typo
class is used to encode and decode link
parameters, which are usually next to the actual link the target
or
class
information. This functionality is not directly bound to frontend
specific logic. To resolve cross dependencies the class has been moved to
the Link
namespace in EXT:core. The old namespace has therefore
been deprecated.
Impact
The namespace has changed from \TYPO3\
to \TYPO3\
and the old namespace
has been marked as deprecated.
Affected Installations
All installations using the deprecated namespace
\TYPO3\
. The extension
scanner will report usages.
Migration
Replace usages with the new namespace
\TYPO3\
in custom extension code.