---
title: "Deprecation: #82926 - Domain-related API method in TSFE"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-82926"
source: "Changelog/9.0/Deprecation-82926-DomainRelatedApiMethodInTSFE.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Deprecation: #82926 - Domain-related API method in TSFE

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

## Description

The method `TypoScriptFrontendController->getDomainNameForPid()` has been marked as deprecated.

## Impact

Calling the method will trigger a deprecation warning.

## Affected Installations

Any third-party extension using this method to retrieve a domain name for a given Page ID.

## Migration

Use the method `TypoScriptFrontendController->getDomainDataForPid()` which returns more
data from a domain record as array.
