---
title: "Deprecation: #75637 - Deprecate optional parameters of RecyclerUtility::getRecordPath()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-75637"
source: "Changelog/8.4/Deprecation-75637-DeprecateOptionalParametersOfRecyclerUtilitygetRecordPath.rst"
typo3-version: "8.4"
typo3-major: 8
type: "deprecation"
issue: 75637
forge: "https://forge.typo3.org/issues/75637"
tags: ["PHP-API", "Backend", "ext:recycler"]
rendered: "2026-09-17T21:17:42+00:00"
---

# Deprecation: #75637 - Deprecate optional parameters of RecyclerUtility::getRecordPath() {#deprecation-75637-deprecate-optional-parameters-of-recyclerutility-getrecordpath}

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

## Description {#description}

The following arguments of the method `RecyclerUtility::getRecordPath` have been marked as deprecated:

-   `$clause`
-   `$titleLimit`
-   `$fullTitleLimit`

## Impact {#impact}

Using any of the arguments above will trigger a deprecation log entry.

## Affected Installations {#affected-installations}

Any TYPO3 installation using custom calls to `RecyclerUtility::getRecordPath` using the mentioned arguments.

## Migration {#migration}

No migration available.
