TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,35 @@
.. include:: /Includes.rst.txt
.. _deprecation-77477:
==================================================
Deprecation: #77477 - TemplateService->fileContent
==================================================
See :issue:`77477`
Description
===========
The method `fileContent` within the class `TemplateService` 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 `getFileName()` and `file_get_contents()`.
.. index:: PHP-API