‪TYPO3CMS  ‪main
TYPO3\CMS\Dashboard\Widgets\ListDataProviderInterface Interface Reference

Public Member Functions

 getItems ()
 

Detailed Description

The data provider of a ListWidget, should implement this interface

Definition at line 23 of file ListDataProviderInterface.php.

Member Function Documentation

◆ getItems()

TYPO3\CMS\Dashboard\Widgets\ListDataProviderInterface::getItems ( )

Return the items to be shown. This should be an array like ['item 1', 'item 2', 'item 3']. This is a real simple list of items.