ShortInfoProviderInterface

Adminpanel shortinfo provider interface can be used to add the module to the short info bar of the adminpanel

Modules providing shortinfo will be displayed in the bottom bar of the adminpanel and may provide "at a glance" info about the current state (for example the log module provides the number of warnings and errors directly).

Be aware that modules with submodules at the moment can only render one short info (the one of the "parent" module). This will likely change in TYPO3 v10.0.

Table of Contents

Methods

getIconIdentifier()  : string
Icon identifier - needs to be registered in iconRegistry
getShortInfo()  : string
Displayed directly in the bar
setModuleData()  : void
Allow using collected data in short info

Methods

getIconIdentifier()

Icon identifier - needs to be registered in iconRegistry

public getIconIdentifier() : string
Return values
string

getShortInfo()

Displayed directly in the bar

public getShortInfo() : string
Return values
string

        
On this page

Search results