Deprecation: #78650 - TemplateService->splitConfArray
See forge#78650
Description
The method
Template
which has been used for building the "optionSplit"
functionality has been marked as deprecated.
The method is now moved to a new class called
Typo
, effectively removing the
dependency on
$TSFE->tmpl
within a ContentObject.
Impact
Calling
Template
will throw a deprecation warning.
Affected Installations
Any installation using an extension that calls this method.
Migration
Use the new method
Typo
instead.