Deprecation: #84118 - Various public methods of AdminPanelView deprecated
See forge#84118
Description
To clean up the admin panel and provide a new API various functions of the main class Admin
have been marked
as deprecated:
get
Admin Panel Header Data is
Admin Module Enabled save
Config Options ext
Get Fe Admin Value force
Preview is
Admin Module Open ext
Get Head link
Section Header ext
Get Item
Impact
Calling any of the mentioned methods triggers an E_
PHP error.
Affected Installations
Any installation that calls one of the above methods.
Migration
Implement your own AdminPanel module by using the new API (see Admin
).