Deprecation: #84375 - Protected methods and properties in PageLayoutController
See forge#84375
Description
Some methods in the \TYPO3\
have been marked as deprecated and will be removed in TYPO3 v10:
- [not scanned]
init
() - [not scanned]
main
() - [not scanned]
menu
Config () - [not scanned]
render
Content () - [not scanned]
clear
Cache () - [not scanned]
get
Module Template () get
Localized Page Title () get
Number Of Hidden Elements () local_
link This Script () page
Is Not Locked For Editors () content
Is Not Locked For Editors ()
Likewise some properties have been marked as deprecated:
- [not scanned]
pointer
- [not scanned]
imagemode
- [not scanned]
search_
field - [not scanned]
search_
levels - [not scanned]
show
Limit - [not scanned]
return
Url - [not scanned]
clear_
cache pop
View - [not scanned]
perms_
clause - [not scanned]
mod
TSconfig mod
Shared TSconfig - [not scanned]
descr
Table col
Pos List EDIT_
CONTENT CALC_
PERMS current_
sys_ language MCONF
MOD_
MENU - [not scanned]
content
active
Col Pos List
Impact
Accessing the properties or calling the methods will trigger a PHP E_
error.
Affected Installations
Third party code which accesses the properties directly or calls the methods.
Migration
In general, extensions should not instantiate and re-use controllers of the core. Existing usages should be rewritten to be free of calls like these.