ManagerInterface
interface ManagerInterface (View source)
Methods
                    getGroups()
        
                                            
                
            Get the groups of fields.
                    GroupInterface|null
                
                
                    getGroupByName(string $name)
        
                                            
                
            Get a fields group by name.
                    FieldInterface|null
                
                
                    getFieldByKey(string $key)
        
                                            
                
            Search a field across all the groups.
                    getFieldsFromRequest(array $request)
        
                                            
                
            Get the list of fields whose keys are in the 'field' of an array, and initialize the fields with the data.
Details
        
                            GroupInterface[]
    getGroups()
        
    
    Get the groups of fields.
        
                            GroupInterface|null
    getGroupByName(string $name)
        
    
    Get a fields group by name.
        
                            FieldInterface|null
    getFieldByKey(string $key)
        
    
    Search a field across all the groups.
        
                            FieldInterface[]
    getFieldsFromRequest(array $request)
        
    
    Get the list of fields whose keys are in the 'field' of an array, and initialize the fields with the data.