Deprecation: #46770 - Deprecate LocalImageProcessor::getTemporaryImageWithText
See forge#46770
Description
The public method Local
has been marked as deprecated, it is directly
replaced by \TYPO3\
.
Impact
Calling Local
will trigger a deprecation log message.
Affected installations
TYPO3 Installations with custom extensions using the API of the File Abstraction Layer for custom image processing.
Migration
Replace all calls to the method to the Local
with an instantiation of Graphical
and a call
to get
on the Graphical
object.