Deprecation: #88807 - AdminPanel InitializableInterface has been deprecated
See forge#88807
Description
TYPO3CMSAdminpanel has been deprecated in favor of the newly
introduced TYPO3CMSAdminpanel.
Impact
Using TYPO3CMSAdminpanel will trigger a deprecation message.
Affected Installations
All instances that use TYPO3CMSAdminpanel are affected.
Migration
Switch to TYPO3CMSAdminpanel instead:
- change method name
initializetoModule enrich - change return value to return an instance of
\Psr\Http\ Message\ Server Request Interface