1 .. include:: ../../Includes.txt
3 ======================================================================
4 Deprecation: #86193 - Protect methods in AbstractLinkBrowserController
5 ======================================================================
12 The following methods changed their visibility from public to protected and
13 should not be called any longer:
15 * :php:`TYPO3\CMS\Recordlist\Controller\AbstractLinkBrowserController->renderLinkAttributeFields()`
16 * :php:`TYPO3\CMS\Recordlist\Controller\AbstractLinkBrowserController->getDisplayedLinkHandlerId()`
17 * :php:`TYPO3\CMS\RteCKEditor\Controller\BrowseLinksController->renderLinkAttributeFields()`
18 * :php:`TYPO3\CMS\RteCKEditor\Controller\BrowseLinksController->getPageConfigLabel()`
19 * :php:`TYPO3\CMS\RteCKEditor\Controller\BrowseLinksController->getDisplayedLinkHandlerId()`
25 Calling one of the above methods from an external object triggers a PHP :php:`E_USER_DEPRECATED` error.
28 Affected Installations
29 ======================
31 These link browser specific methods are usually not used by extensions externally. The extension
32 scanner will reveal possible usages.
38 No migration possible.
40 .. index:: Backend, PHP-API, FullyScanned, ext:reports