---
title: "Deprecation: #72733 - Deprecate more methods of DocumentTemplate"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-72733"
source: "Changelog/8.0/Deprecation-72733-DeprecateMoreMethodsOfDocumentTemplate.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #72733 - Deprecate more methods of DocumentTemplate

See [forge#72733](https://forge.typo3.org/issues/72733)

## Description

The following methods from `TYPO3CMSBackendTemplateDocumentTemplate` have
been marked as deprecated:

-   `wrapInCData`
-   `funcMenu`
-   `getDragDropCode`
-   `getTabMenu`
-   `getVersionSelector`

The following method from `TYPO3CMSBackendTemplateModuleTemplate` have
been marked as deprecated:

-   `getVersionSelector`

## Impact

Calling one of the aforementioned methods will trigger a deprecation log entry.

## Affected Installations

Instances with custom backend modules that use one of the aforementioned methods.

## Migration

Some replacements are available in the `TYPO3CMSBackendTemplateModuleTemplate` class.

Some other functionality is moved to separate classes when explicitly calling the version selector.
