FileSetField
class FileSetField extends AbstractField (View source)
Properties
| protected array | $data | The current search data.  | 
                from AbstractField | 
| protected | $requestVariables | 
Methods
                    string
                
                
                    renderSearchField()
        
                                            
                
            Generates the HTML for the search form (or an empty string if search is not supported).
                    string
                
                
                    getKey()
        
                                            
                
            Get the field key.
                    string
                
                
                    getDisplayName()
        
                                            
                
            Get the field display name.
Details
        
                            string
    renderSearchField()
        
    
    Generates the HTML for the search form (or an empty string if search is not supported).
        
                            
    __construct(array|mixed $data = null)
        
    
    Initialize the instance.
        
                            
    jsonSerialize()
        
    
    {@inheritdoc}
        
                            
    loadDataFromRequest(array $request)
        
    
    Set the search criteria.
        
                            string
    getKey()
        
    
    Get the field key.
        
                            string
    getDisplayName()
        
    
    Get the field display name.
        
                            
    filterList(ItemList $list)
        
    
    No description