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,36 @@
.. include:: /Includes.rst.txt
.. _deprecation-85558:
=========================================================
Deprecation: #85558 - ContentObjectRenderer->enableFields
=========================================================
See :issue:`85558`
Description
===========
The public method :php:`TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->enableFields()` has been marked as
deprecated.
Impact
======
Calling the method directly will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected Installations
======================
TYPO3 installations with custom extensions calling this method directly.
Migration
=========
As :php:`enableFields()` acts as a simple wrapper around :php:`PageRepository->enableFields()`, it is recommended
to instantiate PageRepository directly.
.. index:: Frontend, PHP-API, FullyScanned, ext:frontend