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,39 @@
.. include:: /Includes.rst.txt
.. _deprecation-65422:
============================================================
Deprecation: #65422 - Alias cObjects COBJ_ARRAY and CASEFUNC
============================================================
See :issue:`65422`
Description
===========
The cObject aliases `COBJ_ARRAY` (alias for `COA`) and `CASEFUNC` (alias for `CASE`) have been moved to the compatibility6 extension.
The use of these aliases have been marked for deprecation.
Impact
======
Any usage of TypoScript using `COBJ_ARRAY` and `CASEFUNC` will not work anymore unless the compatibility6 extension is
installed.
Affected installations
======================
All installations with TypoScript in `COBJ_ARRAY` and `CASEFUNC`.
Migration
=========
Use `COA` instead of `COBJ_ARRAY` and `CASE` instead of `CASEFUNC` in all TypoScript code.
Installing ext:compatibility6 can be used as a short-term solution, although this is discouraged.
.. index:: PHP-API, TypoScript, Frontend