Deprecation: #80079 - Deprecated method Bootstrap::loadExtensionTables
See forge#80079
Description
The internal method
TYPO3\
has been deprecated and should not be used any longer.
Impact
Calling the deprecated
Bootstrap::
method will trigger a deprecation log entry.
Affected Installations
Any installation using the mentioned method
Bootstrap::
.
Please note that this method is marked as internal and should not be called at all from outside the TYPO3 core.
Migration
If you need to call the internal Bootstrap method, you can use
Bootstrap::
and
Bootstrap::
now.
Please note that both methods are marked as internal and don't belong to public TYPO3 core API.
This means that the methods can be adjusted anytime by the core itself.