Deprecation: #86192 - Protected methods in ElementBrowserController
See forge#86192
Description
The following methods of class
\TYPO3\
changed their visibility from public to protected and should not be called any longer:
main
()
Impact
Calling the above method from an external object will trigger a PHP
E_
error.
Affected Installations
The method is called internally only. Extensions are usually not affected by this.
Migration
Use the entry method
main
that returns a PSR-7 response object.