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-68748:
=========================================================================
Deprecation: #68748 - Deprecate AbstractContentObject::getContentObject()
=========================================================================
See :issue:`68748`
Description
===========
The method has been renamed to `getContentObjectRenderer()`. The old method name is
still present as a deprecated alias, which will be removed in TYPO3 v9.
Impact
======
Calling this method will trigger a deprecation log entry.
Affected Installations
======================
Any extensions calling `getContentObject()`.
Migration
=========
Replace calls to `getContentObject()` with `getContentObjectRenderer()`.
.. index:: PHP-API, Frontend