Breaking: #72405 - Removed traditional BE modules handling
See forge#72405
Description
The traditional way of registering backend modules done via custom mod1/ and mod1/ has been removed.
Impact
Calling Extension will result in a fatal error. Additionally, all modules that
are registered via Extension and setting a path will not be registered properly
anymore.
$TBE_ is always empty now. Additionally, the options script and nav and
nav will have no effect anymore when registering a module.
Affected Installations
Any installation using an extension that registers a module via the traditional way using standalone scripts.
Migration
Use the option route when registering a module, and PSR-7 equivalent entry-points in module controllers.