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:
- std- Wrap. - add - Params 
- std- Wrap. - filelist 
- std- Wrap. - filelink 
In conjunction with the properties, the following methods of class 
        \TYPO3\ have been marked as deprecated:
- std- Wrap_ - add - Params - () 
- std- Wrap_ - filelink - () 
- std- Wrap_ - filelist - () 
- add- Params - () 
- filelink- () 
- filelist- () 
- typolink- Wrap - () 
- current- Page - 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.