You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
============================================================
Deprecation: #97217 - Moved TypoLinkCodecService to EXT:core
See :issue:97217
Description
The :php:TypoLinkCodecService 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 LinkHandling namespace in EXT:core. The old namespace has therefore
been deprecated.
Impact
The namespace has changed from :php:\TYPO3\CMS\Frontend\Service\TypoLinkCodecService
to :php:\TYPO3\CMS\Core\LinkHandling\TypoLinkCodecService and the old namespace
has been deprecated.
Affected Installations
All installations using the deprecated namespace
:php:\TYPO3\CMS\Frontend\Service\TypoLinkCodecService. The extension
scanner will report usages.
Migration
Replace usages with the new namespace
:php:\TYPO3\CMS\Core\LinkHandling\TypoLinkCodecService
in custom extension code.
.. index:: PHP-API, FullyScanned, ext:frontend
The text was updated successfully, but these errors were encountered:
Deprecation: #97217 - Moved TypoLinkCodecService to EXT:core
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/12.0/Deprecation-97217-MovedTypoLinkCodecServiceToEXTcore.html
.. include:: /Includes.rst.txt
============================================================
Deprecation: #97217 - Moved TypoLinkCodecService to EXT:core
See :issue:
97217
Description
The :php:
TypoLinkCodecService
class is used to encode and decode linkparameters, which are usually next to the actual link the
target
orclass
information. This functionality is not directly bound to frontendspecific logic. To resolve cross dependencies the class has been moved to
the
LinkHandling
namespace in EXT:core. The old namespace has thereforebeen deprecated.
Impact
The namespace has changed from :php:
\TYPO3\CMS\Frontend\Service\TypoLinkCodecService
to :php:
\TYPO3\CMS\Core\LinkHandling\TypoLinkCodecService
and the old namespacehas been deprecated.
Affected Installations
All installations using the deprecated namespace
:php:
\TYPO3\CMS\Frontend\Service\TypoLinkCodecService
. The extensionscanner will report usages.
Migration
Replace usages with the new namespace
:php:
\TYPO3\CMS\Core\LinkHandling\TypoLinkCodecService
in custom extension code.
.. index:: PHP-API, FullyScanned, ext:frontend
The text was updated successfully, but these errors were encountered: