Deprecation: #92080 - QueryGenerator and QueryView
See forge#92080 See forge#92129
Description
The classes \TYPO3\
and
\TYPO3\
have been marked as deprecated.
Impact
Using the classes will trigger a PHP E_
error.
Affected Installations
Both classes have been used within the backend only, the method
get
has been used occasionally by backend extensions to recursively
fetch children of pages. Even if they are quite inflexible, some extensions may rely
on them. The extension scanner will find class usages with a strong match.
Migration
As most simple solutions, the get
method could be copied over to an own extension.