interface ListDataInterface (View source)

Methods

array
getListData(FormatterOptions $options)

Convert data to a format suitable for use in a list.

Details

array getListData(FormatterOptions $options)

Convert data to a format suitable for use in a list.

By default, the array values will be used. Implement ListDataInterface to use some other criteria (e.g. array keys).

Parameters

FormatterOptions $options

Return Value

array