---
title: "Deprecation: #86433 - Various stdWrap functions and ContentObjectRenderer-related methods"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-86433"
source: "Changelog/9.5/Deprecation-86433-VariousStdWrapFunctionsAndContentObjectRenderer-relatedMethods.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #86433 - Various stdWrap functions and ContentObjectRenderer-related methods

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

## Description

The following TypoScript `stdWrap` sub-properties and functions have been marked as deprecated:

-   `stdWrap.addParams`
-   `stdWrap.filelist`
-   `stdWrap.filelink`

In conjunction with the properties, the following methods of class `\TYPO3\CMS\Frontend\ContentObjectRenderer` have been marked as deprecated:

-   `stdWrap_addParams()`
-   `stdWrap_filelink()`
-   `stdWrap_filelist()`
-   `addParams()`
-   `filelink()`
-   `filelist()`
-   `typolinkWrap()`
-   `currentPageUrl()`

These functions were part of TYPO3 Core due to legacy functionality related
to ContentObject "TABLE" and "CSS Styled Content".

## Impact

Calling any of the methods or using the properties will trigger a PHP `E_USER_DEPRECATED` error.

## Affected Installations

TYPO3 installations with custom TypoScript options which have not been migrated to FAL
or Fluid Styled Content.

## Migration

Use Fluid Styled Content, or DataProcessors instead.
