TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,40 @@
.. include:: /Includes.rst.txt
.. _deprecation-69028:
=====================================================
Deprecation: #69028 - RelationHandler convertPosNeg()
=====================================================
See :issue:`69028`
Description
===========
Method `convertPosNeg()` of class `TYPO3\CMS\Core\Database\RelationHandler` has been marked as deprecated.
Impact
======
The method should not be used any longer and will be removed with TYPO3 CMS 8.
Affected Installations
======================
The method is rather internal and relatively unlikely to be used by third party modules.
Searching for the string `convertPosNeg` may reveal possible usages.
Migration
=========
The method was used together with the dropped `neg_foreign_table` setting for `TCA` `select`
fields. If this functionality is still needed, the method could be copied over to the third party
application that uses it.
.. index:: PHP-API, Backend