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,37 @@
.. include:: /Includes.rst.txt
.. _deprecation-65111:
===================================
Deprecation: #65111 - getDynTabMenu
===================================
See :issue:`65111`
Description
===========
The DocumentTemplate method `getDynTabMenu()` has been marked as deprecated.
Impact
======
The method has been refactored and renamed. The new method `getDynamicTabMenu()` should be used.
The method `getDynTabMenu()` is now marked as deprecated.
Affected installations
======================
All installations which make use of `DocumentTemplate::getDynTabMenu()`
Migration
=========
Use `ModuleTemplate::getDynamicTabMenu()` instead of `DocumentTemplate::getDynTabMenu()`
.. index:: PHP-API, Backend