‪TYPO3CMS  11.5
TYPO3\CMS\Belog\Module\BackendLogModuleBootstrap Class Reference

Public Member Functions

 main (ServerRequestInterface $request)
 

Detailed Description

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.

Definition at line 34 of file BackendLogModuleBootstrap.php.

Member Function Documentation

◆ main()

TYPO3\CMS\Belog\Module\BackendLogModuleBootstrap::main ( ServerRequestInterface  $request)

Bootstrap extbase and jump to WebInfo controller

Definition at line 39 of file BackendLogModuleBootstrap.php.