FieldInterface
interface FieldInterface implements JsonSerializable, DenormalizableInterface (View source)
Methods
                    string
                
                
                    getKey()
        
                                            
                
            Get the field key.
                    string
                
                
                    getDisplayName()
        
                                            
                
            Get the field display name.
                    string
                
                
                    renderSearchField()
        
                                            
                
            Generates the HTML for the search form (or an empty string if search is not supported).
                    loadDataFromRequest(array $request)
        
                                            
                
            Set the search criteria.
                    mixed
                
                
                
            
                    void
                
                
                
            Details
        
                            string
    getKey()
        
    
    Get the field key.
        
                            string
    getDisplayName()
        
    
    Get the field display name.
        
                            string
    renderSearchField()
        
    
    Generates the HTML for the search form (or an empty string if search is not supported).
        
                            
    filterList(ItemList $list)
        
    
    Apply the filter to an ItemList instance.
        
                            
    loadDataFromRequest(array $request)
        
    
    Set the search criteria.
        
                            mixed
    export(SimpleXMLElement $element)
        
    
    Exports the data to CIF
        
                            void
    loadDataFromImport(SimpleXMLElement $element)
        
    
    No description