TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Belog\Module\BackendLogModuleBootstrap Class Reference

Public Member Functions

 init ()
 
 checkExtObj ()
 

Detailed Description

This class is a wrapper for WebInfo controller of belog. It is registered in ext_tables.php with ::insertModuleFunction() and called by the info extension via SCbase functionality.

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.

Definition at line 25 of file BackendLogModuleBootstrap.php.

Member Function Documentation

◆ checkExtObj()

TYPO3\CMS\Belog\Module\BackendLogModuleBootstrap::checkExtObj ( )

Dummy method, called by SCbase external object handling

Returns
void

Definition at line 41 of file BackendLogModuleBootstrap.php.

References TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

◆ init()

TYPO3\CMS\Belog\Module\BackendLogModuleBootstrap::init ( )

Dummy method, called by SCbase external object handling

Returns
void

Definition at line 32 of file BackendLogModuleBootstrap.php.