Deprecation: #86197 - Protected FileListController
See forge#86197
Description
The following properties of class
\TYPO3\ changed their visibility from public to protected and should not be called any longer:
MOD_MENU MOD_SETTINGS docidpointertableimagemodecmdfilelist
The following methods of class
\TYPO3\ changed their visibility from public to protected and should not be called any longer:
menuConfig () initializeView () initializeIndex Action () indexAction () missingFolder Action () searchAction ()
Also,
TYPO3\ changed visibility from public to protected and should not be called any longer.
Additionally, first constructor argument
$file of class
\TYPO3\ is now optional, class property
$file
should not be used any longer in hooks of that class.
Impact
Calling one of the above properties or methods from a third party object will trigger a PHP
E_ error.
Affected Installations
Controllers of the core are usually not called by extensions directly, but only through core routing and dispatching mechanisms. Extensions are unlikely to be affected by this change.
Migration
No migration possible.