Deprecation: #80527 - Marker-related methods in ContentObjectRenderer
See forge#80527
Description
The following methods within
Content PHP class have been marked as deprecated:
getSubpart () substituteSubpart () substituteSubpart Array () substituteMarker () substituteMarker Array Cached () substituteMarker Array () substituteMarker In Object () substituteMarker And Subpart Array Recursive () fillIn Marker Array ()
Impact
Calling any of the methods above will trigger a deprecation log entry.
Affected Installations
Any installation using custom extensions calling these API methods.
Migration
Instantiate the class
Marker available in TYPO3 v7, which contains equivalents
to all methods that have been marked as deprecated with the same functionality and namings.