Deprecation: #97549 - ContentObjectRenderer->lastTypoLink* properties
See forge#97549
Description
When generating links via
Content
,
it had been possible to retrieve information about the generated link
with the following public properties:
Content
Object Renderer->last Typo Link Url Content
Object Renderer->last Typo Link Target Content
Object Renderer->last Typo Link LD
Since those information are also available in the
Link
,
which is returned by
Content
or
can be accessed via
Content
,
these properties have now been deprecated.
Impact
Accessing these properties is still possible, but will stop working in TYPO3 v13.0. The extension scanner will detect any usage as weak match.
Affected installations
TYPO3 installations using these properties in their extensions in either PHP or TypoScript code.
Migration
It is recommended to retrieve this information via the
Link
object returned by calling
Content
directly,
or if this is not possible via
Content
.