Deprecation: #92132 - ViewHelper f:be.buttons.shortcut
See forge#92132
Description
The Fluid ViewHelper f:
has been marked as deprecated.
Additionally, the argument get
of ext:
related
ViewHelper be:
has been marked as deprecated.
Impact
Using ViewHelper f:
and using argument get
of
ViewHelper be:
will trigger a PHP E_
error.
Affected Installations
The ViewHelpers are occasionally used in backend module context to render the shortcut / bookmark icon in the doc header. Some custom backend extensions may be affected.
Migration
Use ext:
related ViewHelper be:
with argument arguments
instead, or use the Button
API in PHP directly.