TypoScriptWaterfall extends AbstractSubModule implements RequestEnricherInterface, ModuleSettingsProviderInterface

Class TypoScriptWaterfall

Internal

Table of Contents

Interfaces

RequestEnricherInterface
Adminpanel interface to denote that a module has tasks to perform on initialization of the request and may enrich said request
ModuleSettingsProviderInterface
Adminpanel module settings interface denotes that a module has own settings.

Methods

__construct()  : mixed
enrich()  : ServerRequestInterface
Initialize the module - runs in the TYPO3 middleware stack at an early point may manipulate the current request
getContent()  : string
Creates the content for the "tsdebug" section ("module") of the Admin Panel
getIdentifier()  : string
Identifier for this module, for example "preview" or "cache"
getLabel()  : string
Module label
getSettings()  : string
getBackendUser()  : BackendUserAuthentication
getConfigurationOption()  : bool
getLanguageService()  : LanguageService
getTimeTracker()  : TimeTracker
renderTypoScriptLog()  : string
Renders the TypoScript log as string

Methods

enrich()

Initialize the module - runs in the TYPO3 middleware stack at an early point may manipulate the current request

public enrich(ServerRequestInterface $request) : ServerRequestInterface
Parameters
$request : ServerRequestInterface
Return values
ServerRequestInterface

getContent()

Creates the content for the "tsdebug" section ("module") of the Admin Panel

public getContent(ModuleData $data) : string
Parameters
$data : ModuleData
Return values
string

getIdentifier()

Identifier for this module, for example "preview" or "cache"

public getIdentifier() : string
Return values
string

getLabel()

Module label

public getLabel() : string
Return values
string

getSettings()

public getSettings() : string
Return values
string

getConfigurationOption()

protected getConfigurationOption(string $option) : bool
Parameters
$option : string
Return values
bool

renderTypoScriptLog()

Renders the TypoScript log as string

protected renderTypoScriptLog() : string
Return values
string

        
On this page

Search results