Deprecation: #85408 - TemplateService init() deprecated
See forge#85408
Description
Method
TYPO3\
has been marked as deprecated
and should not be used any longer.
Impact
Calling above method triggers a PHP
E_
error.
Affected Installations
Instances with extensions calling the above method. However, the extension scanner is not configured to find this too generic method name.
Migration
The business code of the method is done within
__
, an explicit call
to
init
is no longer needed and can be removed.