‪TYPO3CMS  11.5
TYPO3\CMS\Dashboard\Widgets\T3GeneralInformationWidget Class Reference
Inheritance diagram for TYPO3\CMS\Dashboard\Widgets\T3GeneralInformationWidget:
TYPO3\CMS\Dashboard\Widgets\WidgetInterface

Public Member Functions

 __construct (WidgetConfigurationInterface $configuration, StandaloneView $view, array $options=[])
 
 renderWidgetContent ()
 
array getOptions ()
 

Private Attributes

WidgetConfigurationInterface $configuration
 
StandaloneView $view
 
array $options
 

Detailed Description

Concrete TYPO3 information widget

This widget will give some general information about TYPO3 version and the version installed.

There are no options available for this widget

Definition at line 31 of file T3GeneralInformationWidget.php.

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ getOptions()

array TYPO3\CMS\Dashboard\Widgets\T3GeneralInformationWidget::getOptions ( )

◆ renderWidgetContent()

TYPO3\CMS\Dashboard\Widgets\T3GeneralInformationWidget::renderWidgetContent ( )

This method returns the content of a widget. The returned markup will be delivered by an AJAX call and will not be escaped. Be aware of XSS and ensure that the content is well encoded.

Returns
‪string

Implements TYPO3\CMS\Dashboard\Widgets\WidgetInterface.

Definition at line 55 of file T3GeneralInformationWidget.php.

Member Data Documentation

◆ $configuration

WidgetConfigurationInterface TYPO3\CMS\Dashboard\Widgets\T3GeneralInformationWidget::$configuration
private

◆ $options

array TYPO3\CMS\Dashboard\Widgets\T3GeneralInformationWidget::$options
private

◆ $view

StandaloneView TYPO3\CMS\Dashboard\Widgets\T3GeneralInformationWidget::$view
private