---
title: "Deprecation: #65111 - getDynTabMenu"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-65111"
source: "Changelog/7.2/Deprecation-65111-getDynTabMenu.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #65111 - getDynTabMenu

See [forge#65111](https://forge.typo3.org/issues/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()`
