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:
Standalone
View:: set Layout Root Path Standalone
View:: get Layout Root Path Standalone
View:: set Partial Root Path Standalone
View:: get Partial Root Path Abstract
Form 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
Standalone
useView:: set Layout Root Path Standalone
instead.View:: set Layout Root Paths - For
Standalone
useView:: get Layout Root Path Standalone
instead.View:: get Layout Root Paths - For
Standalone
useView:: set Partial Root Path Standalone
instead.View:: set Partial Root Paths - For
Standalone
useView:: get Partial Root Path Standalone
instead.View:: set Partial Root Paths
Keep in mind that these methods expect an array instead of a string.
For Icon
use \TYPO3\
instead.