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

See forge#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.