Deprecation: #86180 - Protected methods in SetupModuleController
See forge#86180
Description
The following methods of class
\TYPO3\
changed their visibility from public to protected and should not be called any longer:
- [not scanned]
main() - [not scanned]
init() storeIncoming Data ()
Impact
Calling one of the above methods from an external object will trigger a PHP
E_ error.
Affected Installations
These methods are usually called internally only, extensions should not be affected by this.
Migration
Use the entry method
main that returns a PSR-7 response object.