FormViewInterface
interface FormViewInterface implements ViewInterface (View source)
Methods
Whether the form control is required in the current form
Returns the label for the current form control.
Sets the label for the current form control.
Returns true if the current form control supports labeling.
Returns the ID of the current form control – may return null if the form control doesn't need it.
Details
        
                            RendererInterface
    getControlRenderer()
        
    
    No description
        
                            TemplateLocator
    createTemplateLocator()
        
    
    No description
        
                            ContextInterface
    getContext()
        
    
    No description
        
                            
    getScopeItems()
        
    
    No description
        
                            bool
    isRequired()
        
    
    Whether the form control is required in the current form
        
                            string
    getLabel()
        
    
    Returns the label for the current form control.
        
                            
    setLabel($label)
        
    
    Sets the label for the current form control.
        
                            bool
    supportsLabel()
        
    
    Returns true if the current form control supports labeling.
        
                            string|null
    getControlID()
        
    
    Returns the ID of the current form control – may return null if the form control doesn't need it.