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

# Deprecation: #81201 - EidUtility::initTCA

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

## Description

The static PHP method `EidUtility::initTCA()` has been marked as deprecated, because the full
global TCA array is available at any eID request already.

## Impact

Calling this method triggers a deprecation log entry.

## Affected Installations

Any TYPO3 installation with an extension having a custom eID script registered that uses this method.

## Migration

The method call is superfluous and can be removed from the caller script.
