Deprecation: #78477 - Refactoring of FlashMessage rendering
See forge#78477
Description
The following methods and properties within
Flash have been marked as deprecated:
FlashMessage->classes FlashMessage->icons FlashMessage->get Class () FlashMessage->get Icon Name ()
Impact
Using these properties and methods will stop working in TYPO3 v9.
Affected Installations
All installations using the mentioned methods and properties above.
Migration
Use the new
Flash, for example:
GeneralUtility::makeInstance(FlashMessageRendererResolver::class)->resolve()->render()
Copied!