You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fluid standalone method \TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->overrideArgument()
has been marked as deprecated.
Impact
Using overrideArgument() in ViewHelpers logs a deprecation level error
message in Fluid standalone v4, and will be removed with Fluid
standalone v5. The method continues to work without deprecation level
error message in Fluid standalone v2.
With Fluid standalone v2.14, registerArgument() no longer throws an
exception if an argument is already registered. This allows to override
existing arguments transparently without using overrideArgument().
Affected installations
Instances with custom ViewHelpers using overrideArgument() are
affected.
Migration
Update typo3fluid/fluid to at least 2.14
and use registerArgument().
PHP-API, FullyScanned, ext:fluid
The text was updated successfully, but these errors were encountered:
Deprecation: #104463 - Fluid standalone overrideArgument
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.3/Deprecation-104463-FluidStandaloneOverrideArgument.html
Deprecation: #104463 - Fluid standalone overrideArgument
See 104463
Description
Fluid standalone method
\TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->overrideArgument()
has been marked as deprecated.
Impact
Using
overrideArgument()
in ViewHelpers logs a deprecation level errormessage in Fluid standalone v4, and will be removed with Fluid
standalone v5. The method continues to work without deprecation level
error message in Fluid standalone v2.
With Fluid standalone v2.14,
registerArgument()
no longer throws anexception if an argument is already registered. This allows to override
existing arguments transparently without using
overrideArgument()
.Affected installations
Instances with custom ViewHelpers using
overrideArgument()
areaffected.
Migration
Update typo3fluid/fluid to at least 2.14
and use
registerArgument()
.PHP-API, FullyScanned, ext:fluid
The text was updated successfully, but these errors were encountered: