Deprecation: #86404 - $GLOBALS['TYPO3_LOADED_EXT']

See forge#86404

Description

The global $GLOBALS['TYPO3_LOADED_EXT'] has been marked as deprecated in favor of the PackageManager API.

Impact

Accessing $GLOBALS['TYPO3_LOADED_EXT'] is discouraged.

Affected Installations

Instances with extensions using $GLOBALS['TYPO3_LOADED_EXT'].

Migration

Use the getActivePackages() method of \TYPO3\CMS\Core\Package\PackageManager to get a list of active packages.