TYPO3 v15 dev-main snapshot ()
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _deprecation-86486:
|
||||
|
||||
===================================================================
|
||||
Deprecation: #86486 - TypoScriptFrontendController->processOutput()
|
||||
===================================================================
|
||||
|
||||
See :issue:`86486`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The method :php:`TypoScriptFrontendController->processOutput()` has been
|
||||
marked as deprecated.
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Calling this method will trigger a PHP :php:`E_USER_DEPRECATED` error.
|
||||
|
||||
|
||||
Affected Installations
|
||||
======================
|
||||
|
||||
TYPO3 installations with extensions that use the method.
|
||||
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
Use :php:`TypoScriptFrontendController->applyHttpHeadersToResponse()` and
|
||||
:php:`TypoScriptFrontendController->processContentForOutput()` instead, if necessary.
|
||||
|
||||
.. index:: Frontend, PHP-API, FullyScanned
|
||||
Reference in New Issue
Block a user