Deprecation: #80527 - Marker-related methods in ContentObjectRenderer
See forge#80527
Description
The following methods within
Content
PHP class have been marked as deprecated:
get
Subpart () substitute
Subpart () substitute
Subpart Array () substitute
Marker () substitute
Marker Array Cached () substitute
Marker Array () substitute
Marker In Object () substitute
Marker And Subpart Array Recursive () fill
In 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.