Deprecation: #77477 - TemplateService->fileContent
See forge#77477
Description
The method file
within the class Template
has been marked as deprecated.
Impact
Calling the method will trigger a deprecation log entry.
Affected Installations
Any TYPO3 instance with a third-party extension calling the method directly.
Migration
Implement the same logic directly in PHP with get
and file_
.