‪TYPO3CMS  ‪main
TYPO3\CMS\Dashboard\Widgets\EventDataInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Dashboard\Widgets\EventDataInterface:
TYPO3\CMS\Dashboard\Widgets\BarChartWidget TYPO3\CMS\Dashboard\Widgets\DoughnutChartWidget

Public Member Functions

 getEventData ()
 

Detailed Description

In case a widget should provide additional data as JSON payload, the widget must implement this interface.

Definition at line 23 of file EventDataInterface.php.

Member Function Documentation

◆ getEventData()

TYPO3\CMS\Dashboard\Widgets\EventDataInterface::getEventData ( )

This method returns data which should be sent to the widget as JSON encoded value.

Implemented in TYPO3\CMS\Dashboard\Widgets\BarChartWidget, and TYPO3\CMS\Dashboard\Widgets\DoughnutChartWidget.