Deprecation: #88807 - AdminPanel InitializableInterface has been deprecated 

See forge#88807

Description 

TYPO3CMSAdminpanelModuleApiInitializableInterface has been deprecated in favor of the newly introduced TYPO3CMSAdminpanelModuleApiRequestEnricherInterface.

Impact 

Using TYPO3CMSAdminpanelModuleApiInitializableInterface will trigger a deprecation message.

Affected Installations 

All instances that use TYPO3CMSAdminpanelModuleApiInitializableInterface are affected.

Migration 

Switch to TYPO3CMSAdminpanelModuleApiRequestEnricherInterface instead:

  • change method name initializeModule to enrich
  • change return value to return an instance of \Psr\Http\Message\ServerRequestInterface