Breaking: #73016 - Renaming of Clipboard->printContentFromTab to getContentFromTab
See forge#73016
Description
During the fluidification of the clipboard, it became obvious that the method
print
doesn't describe the method correctly anymore. So it has been
renamed to get
.
Impact
This is a public method, so it could be that some unknown extension calls the old function. But as no TER extension or the core itself calls the method, no deprecation is needed.
Affected Installations
Every extension that calls Clipboard->print
.
Migration
Change the call from Clipboard->print
to Clipboard->get
.