‪TYPO3CMS  ‪main
TYPO3\CMS\Dashboard\Widgets\WidgetInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Dashboard\Widgets\WidgetInterface:
TYPO3\CMS\Dashboard\Widgets\BarChartWidget TYPO3\CMS\Dashboard\Widgets\CtaWidget TYPO3\CMS\Dashboard\Widgets\DoughnutChartWidget TYPO3\CMS\Dashboard\Widgets\ListWidget TYPO3\CMS\Dashboard\Widgets\NumberWithIconWidget TYPO3\CMS\Dashboard\Widgets\RssWidget TYPO3\CMS\Dashboard\Widgets\T3GeneralInformationWidget TYPO3\CMS\Seo\Widgets\PagesWithoutDescriptionWidget

Public Member Functions

 renderWidgetContent ()
 
 getOptions ()
 

Detailed Description

The WidgetInterface is the base interface for all kind of widgets. All widgets must implement this interface. It contains the methods which are required for all widgets.

Definition at line 25 of file WidgetInterface.php.

Member Function Documentation

◆ getOptions()

◆ renderWidgetContent()

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