Deprecation: #86404 - $GLOBALS['TYPO3_LOADED_EXT']¶
See forge#86404
Description¶
The global $GLOBALS
has been marked as deprecated in favor
of the Package
API.
Impact¶
Accessing $GLOBALS
is discouraged.
Affected Installations¶
Instances with extensions using $GLOBALS
.
Migration¶
Use the get
method of
\TYPO3\
to get a list of active
packages.