Skip to content

Commit 2c5dda4

Browse files
committed
[!!!][TASK] DataHandler: Remove copy related properties
Resolves: TYPO3-Documentation/Changelog-To-Doc#1489 Releases: main
1 parent c9c3056 commit 2c5dda4

File tree

1 file changed

+12
-29
lines changed
  • Documentation/ApiOverview/DataHandler/Database

1 file changed

+12
-29
lines changed

Documentation/ApiOverview/DataHandler/Database/Index.rst

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -652,30 +652,23 @@ function. Configuration of the hook can be done from
652652
.. index:: DataHandler; Flags
653653
.. _tce-flags:
654654

655-
Flags in DataHandler
656-
====================
655+
Flags in the DataHandler
656+
=======================
657657

658-
There are a few internal variables you can set prior to executing
659-
commands or data submission. These are the most significant:
660-
661-
.. confval:: ->copyTree
662-
:name: datahandler-flags-copyTree
663-
:Data type: integer
664-
:Default: 0
665-
666-
Sets the number of branches on a page tree to copy.
667-
668-
0
669-
Branch is *not* copied
658+
.. versionchanged:: 14.0
659+
The following public properties of the PHP class `TYPO3\CMS\Core\DataHandling\DataHandler` have been removed:
670660

671-
1
672-
Pages on the first level are copied.
661+
* `copyWhichTables`
662+
* `neverHideAtCopy`
663+
* `copyTree`
673664

674-
2
675-
Pages on the second level are copied.
665+
See `Breaking: #107856 - DataHandler: Remove internal property
666+
copyWhichTables and properties neverHideAtCopy and
667+
copyTree <https://docs.typo3.org/permalink/changelog:breaking-107856-1763715381>`_
676668

677-
And so on.
678669

670+
There are a few internal variables you can set prior to executing
671+
commands or data submission.
679672

680673
.. confval:: ->reverseOrder
681674
:name: datahandler-flags-reverseOrder
@@ -684,13 +677,3 @@ commands or data submission. These are the most significant:
684677

685678
If set, the data array is reversed in the order, which is a nice thing
686679
if you are creating a whole bunch of new records.
687-
688-
689-
.. confval:: ->copyWhichTables
690-
:name: datahandler-flags-copyWhichTables
691-
:Data type: list of strings (tables)
692-
:Default: "*"
693-
694-
This list of tables decides which tables will be copied. If empty then
695-
none will. If "*" then all will (that the user has permission to, of
696-
course).

0 commit comments

Comments
 (0)