ListDataProviderInterface
The dataprovider of a ListWidget, should implement this interface
Table of Contents
Methods
- getItems() : array<string|int, mixed>
- 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.
Methods
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.
public
getItems() : array<string|int, mixed>