Deprecation: #86433 - Various stdWrap functions and ContentObjectRenderer-related methods
See forge#86433
Description
The following TypoScript
std sub-properties and functions have been marked as deprecated:
stdWrap. add Params stdWrap. filelist stdWrap. filelink
In conjunction with the properties, the following methods of class
\TYPO3\ have been marked as deprecated:
stdWrap_ add Params () stdWrap_ filelink () stdWrap_ filelist () addParams () filelink() filelist() typolinkWrap () currentPage Url ()
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_ 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.