Deprecation: #94227 - f:base ViewHelper
See forge#94227
Description
The
<f:
ViewHelper isn't suitable in almost all use cases
and has been deprecated: In most cases the
Page
takes care of the
main
<head>
markup, directly, or indirectly via TypoScript
config.
.
Impact
Using the ViewHelper in Fluid templates will log a deprecation warning and the ViewHelper will be dropped with v12.
Affected Installations
The limited use of the ViewHelper likely leads to little usage numbers.
Searching extensions for the string html:<f:
should
reveal any usages.
Migration
The easiest solution is to simply copy PHP class
\TYPO3\
to the consuming extension,
giving the ViewHelper a happy life in an extension specific namespace.