Deprecation: #97536 - LinkResultFactory
See forge#97536
Description
The PHP class \TYPO3\
has been
marked as deprecated, as its functionality has been migrated into
\TYPO3\
.
In addition, the method create
has been marked as
deprecated as the shortened variant create
should be used instead.
Impact
Instantiating an object of type Link
will instantiate
Link
instead via class alias in TYPO3 v12, as the class itself
has been removed.
Calling create
will trigger a deprecation log entry.
The extension scanner reports affected extensions.
Affected installations
TYPO3 installations with custom extensions instantiating Link
as a PHP object or calling create
directly, which is very
rare.
Migration
TYPO3 extensions should migrate to using Link
and its main methods
directly.