AssociationControl
class AssociationControl extends Control (View source)
Constants
| TYPE_HTML_INPUT | 
                     
  | 
            
| TYPE_ENTRY_SELECTOR | 
                     
  | 
            
Properties
| protected | $id | from Control | |
| protected | $is_required | from Control | |
| protected | $position | from Control | |
| protected | $custom_label | from Control | |
| protected | $field_set | from Control | |
| protected Association | $association | ||
| protected | $association_entity_label_mask | ||
| protected int | $entry_selector_mode | The association selector mode (one of the self::TYPE_... constants).  | 
                |
| protected | $enable_entry_reordering | Does the control give us the ability to reorder entries in the association?  | 
                
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
        
                            mixed
    getId()
        
    
    No description
        
                            
    setId(mixed $id)
        
    
    No description
        
                            mixed
    getCustomLabel()
        
    
    No description
        
                            
    setCustomLabel(mixed $custom_label)
        
    
    No description
        
                            mixed
    getPosition()
        
    
    No description
        
                            
    setPosition(mixed $position)
        
    
    No description
        
                            mixed
    getFieldSet()
        
    
    No description
        
                            
    setFieldSet(mixed $field_set)
        
    
    No description
        
                            
    getControlOptionsController()
        
    
    No description
        
                            
    getControlSaveHandler()
        
    
    No description
        
                            
    getControlLabel()
        
    
    No description
        
                            
    getType()
        
    
    No description
        
                            
    jsonSerialize()
        
    
    No description
        
                            mixed
    isRequired()
        
    
    No description
        
                            
    setIsRequired(mixed $is_required)
        
    
    No description
        
                            
    getDisplayLabel()
        
    
    No description
        
                            TypeInterface
    getControlType()
        
    
    No description
        
                            
    build(ObjectBuilder $builder)
        
    
    No description
        
                            
    __construct()
        
    
    No description
        
                            mixed
    getAssociationEntityLabelMask()
        
    
    No description
        
                            
    getControlView(ContextInterface $context)
        
    
    No description
        
                            
    setAssociationEntityLabelMask(mixed $association_entity_label_mask)
        
    
    No description
        
                            int
    getEntrySelectorMode()
        
    
    No description
        
                            
    setEntrySelectorMode(int $entry_selector_mode)
        
    
    No description
        
                            Association
    getAssociation()
        
    
    No description
        
                            
    setAssociation(mixed $association)
        
    
    No description
        
                            ItemInterface
    getExporter()
        
    
    No description
        
                            mixed
    enableEntryReordering()
        
    
    No description
        
                            
    setEnableEntryReordering(mixed $enable_entry_reordering)
        
    
    No description