BackendLogModuleBootstrap
This class is a wrapper for WebInfo controller of belog.
It is registered in ext_tables.php with \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::insertModuleFunction() and called by the info extension.
Extbase currently provides no way to register a "TBE_MODULES_EXT" module directly, therefore we need to bootstrap extbase on our own here to jump to the WebInfo controller.
This class is experimental and is not considered part of the Public TYPO3 API.
Table of Contents
Methods
- main() : ResponseInterface
- Bootstrap extbase and jump to WebInfo controller
Methods
main()
Bootstrap extbase and jump to WebInfo controller
public
main(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface