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

Public Member Functions

string main ()
 

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 32 of file BackendLogModuleBootstrap.php.

Member Function Documentation

◆ main()

string TYPO3\CMS\Belog\Module\BackendLogModuleBootstrap::main ( )

Bootstrap extbase and jump to WebInfo controller

Returns
‪string

Definition at line 39 of file BackendLogModuleBootstrap.php.

References $GLOBALS.