---
title: "Deprecation: #85408 - TemplateService init() deprecated"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-85408"
source: "Changelog/9.4/Deprecation-85408-TemplateServiceInitDeprecated.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #85408 - TemplateService init() deprecated

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

## Description

Method `TYPO3\CMS\Core\TypoScript\TemplateService->init()` has been marked as deprecated
and should not be used any longer.

## Impact

Calling above method triggers a PHP `E_USER_DEPRECATED` error.

## Affected Installations

Instances with extensions calling the above method. However, the extension scanner
is not configured to find this too generic method name.

## Migration

The business code of the method is done within `__construct()`, an explicit call
to `init()` is no longer needed and can be removed.
