Deprecation: #78477 - Refactoring of FlashMessage rendering
See forge#78477
Description
The following methods and properties within
Flash
have been marked as deprecated:
Flash
Message->classes Flash
Message->icons Flash
Message->get Class () Flash
Message->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!