Breaking: #69863 - Removed deprecated code from EXT:fluid
See forge#69863
Description
Removed deprecated code from EXT:fluid
The ChangeLog file has been removed.
The renderMode option in Flash has been removed.
The following methods have been removed:
StandaloneView:: set Layout Root Path StandaloneView:: get Layout Root Path StandaloneView:: set Partial Root Path StandaloneView:: get Partial Root Path AbstractForm Field View Helper:: get Value
The following class has been removed:
Icon
Impact
Using the methods above directly in any third party extension will result in a fatal error.
Relying on the renderMode option might lead to different frontend output.
Affected Installations
Instances which use calls to the methods above, use the removed Icon or use the render option in Flash.
Migration
- For
StandaloneuseView:: set Layout Root Path Standaloneinstead.View:: set Layout Root Paths - For
StandaloneuseView:: get Layout Root Path Standaloneinstead.View:: get Layout Root Paths - For
StandaloneuseView:: set Partial Root Path Standaloneinstead.View:: set Partial Root Paths - For
StandaloneuseView:: get Partial Root Path Standaloneinstead.View:: set Partial Root Paths
Keep in mind that these methods expect an array instead of a string.
For Icon use \TYPO3\ instead.