Deprecation: #95037 - rootUid related setting of trees
See forge#95037
Description
The setting root
used in FormEngine's tree
is superseded by
starting
and has been marked as deprecated.
In \TYPO3\
the
following methods have been marked as deprecated:
set
Root Uid () get
Root Uid ()
Impact
Using tree
in TCA will trigger a TCA migration to
tree
and raise a PHP E_
error.
The same applies to the according page TSconfig option.
The extension scanner detects any call to set
or get
as weak match.
Affected Installations
All extensions defining root
in their TCA
or TSconfig
are affected.
Furthermore all extensions directly calling one of the mentioned methods in
\TYPO3\
.
Migration
The setting tree
can be migrated to tree
passing the value as string, since tree
takes a
comma-separated value. The methods set
and get
can be replaced by their successors set
and
get
.