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 doc
id
pointer
table
imagemode
cmd
filelist
The following methods of class \TYPO3\
changed their visibility from public to protected and should not be called any longer:
menu
Config () initialize
View () initialize
Index Action () index
Action () missing
Folder Action () search
Action ()
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.