Breaking: #87567 - Global variable $TBE_TEMPLATE removed
See forge#87567
Description
The global variable $GLOBALS
used in TYPO3 Backend which was available
for legacy reasons for old backend modules as an instance of Document
a.k.a. alt_
has been removed.
The according PSR-15 middleware, which was marked as internal, is also removed.
Impact
Calling any method or property on $GLOBALS
will trigger a PHP E_
error.
Affected Installations
TYPO3 installations with older extensions using the global variable.
Migration
Instantiate the Document
class directly in the controller of the module, or migrate
to Module
which is available since TYPO3 v7.