[TASK] Deprecate $cObj->lastTypoLink* properties
This change deprecates the following properties: ContentObjectRenderer->lastTypoLinkUrl ContentObjectRenderer->lastTypoLinkTarget ContentObjectRenderer->lastTypoLinkLD (LD stands for "LinkData") All this information is available in the newly introduced LinkResultInterface, that can be built with the LinkFactory directly, or via ContentObjectRenderer->createLink(). Resolves: #97549 Releases: main Change-Id: I80b21d54e75714ecc148cece35e064720a57df44 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74510 Reviewed-by:Oliver Bartsch <bo@cedev.de> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97549-ContentObjectRenderer-lastTypoLinkProperties.rst 46 additions, 0 deletions...on-97549-ContentObjectRenderer-lastTypoLinkProperties.rst
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 6 additions, 3 deletions.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php 20 additions, 23 deletions.../Classes/ContentObject/Menu/AbstractMenuContentObject.php
- typo3/sysext/frontend/Classes/DataProcessing/LanguageMenuProcessor.php 1 addition, 1 deletion...frontend/Classes/DataProcessing/LanguageMenuProcessor.php
- typo3/sysext/frontend/Classes/DataProcessing/MenuProcessor.php 2 additions, 2 deletions.../sysext/frontend/Classes/DataProcessing/MenuProcessor.php
- typo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php 4 additions, 4 deletionstypo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php
- typo3/sysext/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php 2 additions, 15 deletions...t/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php
- typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php 4 additions, 6 deletionstypo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php 2 additions, 2 deletions...Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php
- typo3/sysext/frontend/Tests/Unit/Typolink/DatabaseRecordLinkBuilderTest.php 1 addition, 1 deletion...end/Tests/Unit/Typolink/DatabaseRecordLinkBuilderTest.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyPublicMatcher.php 15 additions, 0 deletions...figuration/ExtensionScanner/Php/PropertyPublicMatcher.php
- typo3/sysext/redirects/Classes/Service/RedirectService.php 1 addition, 6 deletionstypo3/sysext/redirects/Classes/Service/RedirectService.php
Loading
Please register or sign in to comment