---
title: "Deprecation: #79258 - Methods getRecordLocalization() and getPreviousLocalizedRecordUid() in LocalizationRepository"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-79258"
source: "Changelog/8.6/Deprecation-79258-MethodsInLocalizationRepository.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Deprecation: #79258 - Methods getRecordLocalization() and getPreviousLocalizedRecordUid() in LocalizationRepository

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

## Description

The methods `LocalizationRepository::getRecordLocalization()` and `LocalizationRepository::getPreviousLocalizedRecordUid()`
have been marked as deprecated as they are not used in the core anymore, since [https://review.typo3.org/#/c/47645/](https://review.typo3.org/#/c/47645/) was merged.

## Impact

Calling these methods will trigger a deprecation log entry. Code using them will work until these methods are removed in TYPO3 v9.

## Affected Installations

Any installation using the mentioned methods `LocalizationRepository::getRecordLocalization()`
and `LocalizationRepository::getPreviousLocalizedRecordUid()`.

## Migration

No migration available.
