Actions
Task #94253
closedSwitch global lang references to use constructor injection.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-06-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
The language service is available through DI for constructor injection. That means the "getLangaugeService() { return $GLOBALS['LANG']; } pattern is no longer necessary, as the service can imply be injected like everything else.
This is an easy conversion, just tedious.
Actions