ListDataInterface
interface ListDataInterface (View source)
Methods
                    array
                
                
                
            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).