ListDataProviderInterface

The data provider 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>
Return values
array<string|int, mixed>

        
On this page

Search results