Actions
Bug #89861
closedEXT:core TypoScriptContstantsViewHelper uses ambiguous and future-conflicting method name
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2019-12-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The TypoScriptConstantsViewHelper from EXT:core contains an ambiguous method, getName(), which returns a field name.
This method name will be reserved in Fluid 3.0 and should be avoided entirely - which is a good opportunity to give it a more appropriate name, e.g. getFieldName().
In addition, the same ViewHelper accesses deprecated properties $this->viewHelperVariableContainer which should be changed to $this->renderingContext->getViewHelperVariableContainer().
Actions