Deprecation: #86193 - Protect methods in AbstractLinkBrowserController¶
See forge#86193
Description¶
The following methods changed their visibility from public to protected and should not be called any longer:
TYPO3\
CMS\ Recordlist\ Controller\ Abstract Link Browser Controller->render Link Attribute Fields () TYPO3\
CMS\ Recordlist\ Controller\ Abstract Link Browser Controller->get Displayed Link Handler Id () TYPO3\
CMS\ Rte CKEditor\ Controller\ Browse Links Controller->render Link Attribute Fields () TYPO3\
CMS\ Rte CKEditor\ Controller\ Browse Links Controller->get Page Config Label () TYPO3\
CMS\ Rte CKEditor\ Controller\ Browse Links Controller->get Displayed Link Handler Id ()
Impact¶
Calling one of the above methods from an external object will trigger a PHP E_
error.
Affected Installations¶
These link browser specific methods are usually not used by extensions externally. The extension scanner will reveal possible usages.
Migration¶
No migration possible.