Breaking: #53542 - Removal of deprecated code in sysext fluid¶
See forge#53542
Description¶
ContainerViewHelper¶
The following options have been removed from the ViewHelper:
enable
Jump To Url add
, useCss File include
insteadCss Files add
, useJs File include
insteadJs Files
AbstractBackendViewHelper¶
The usage of $GLOBALS
is removed for retrieving the DocumentTemplate instance.
Use ->get
instead.
TemplateView¶
The following methods have been removed:
get
is removed, useTemplate Root Path () get
insteadTemplate Root Paths () get
is removed, usePartial Root Path () set
insteadPartial Root Paths () get
is removed, useLayout Root Path () get
insteadLayout Root Paths ()
Impact¶
A call to any of the aforementioned methods by third party code will result in a fatal PHP error.
Affected installations¶
Any installation which contains third party code still using these deprecated methods.
Migration¶
Replace the calls with the suggestions outlined above.