[TASK] Deprecate argument RelationHandler->writeForeignField()
Argument $skipSorting of RelationHandler->writeForeignField() is used to pass $callFromImpExp from DataHandler. The ext:impexp related @internal $callFromImpExp DataHandler property however is never used and thus obsolete itself. The patch drops DataHandler->$callFromImpExp and deprecates last RelationHandler->writeForeignField() argument. Resolves: #95062 Releases: master Change-Id: If91c2de1e762c97fb50a72c84698a849df807bf2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70848 Tested-by:core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 1 addition, 12 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/Database/RelationHandler.php 13 additions, 3 deletionstypo3/sysext/core/Classes/Database/RelationHandler.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-95062-SkipSortingArgumentOfRelationHandler-writeForeignField.rst 41 additions, 0 deletions...kipSortingArgumentOfRelationHandler-writeForeignField.rst
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodArgumentDroppedMatcher.php 6 additions, 0 deletions...ion/ExtensionScanner/Php/MethodArgumentDroppedMatcher.php
Please register or sign in to comment