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,30 @@
.. include:: /Includes.rst.txt
.. _deprecation-79364:
===============================================================
Deprecation: #79364 - Deprecate members in PageLayoutController
===============================================================
See :issue:`79364`
Description
===========
Deprecate the members :php:`\TYPO3\CMS\Backend\Controller\PageLayoutController::edit_record`
and :php:`\TYPO3\CMS\Backend\Controller\PageLayoutController::new_unique_uid`.
Impact
======
Installation of EXT:compatibility7 is required to continue using this members until they are removed in TYPO3 v9.
Affected Installations
======================
Any installation using the mentioned members :php:`\TYPO3\CMS\Backend\Controller\PageLayoutController::edit_record`
and :php:`\TYPO3\CMS\Backend\Controller\PageLayoutController::new_unique_uid`.
.. index:: PHP-API, Backend