interface
    EntryFormatterInterface        (View source)
        
    
        
            
        
    
    
            Methods
            
                    
                
                    string|null
                
                
                    format(string $mask, 
Entry $entry)
        
                                            
Format a mask given an entry
                 
                
             
                    
                
                    mixed
                
                
                    getLabel(
Entry $entry)
        
                                            
Given no mask, we inspect the attributes on an entry to retrieve a
display text label for it.
                 
                
             
             
        Details
            
                    
                    
        
    
            
        
                            Format a mask given an entry
                Mask format will typically be something like Example %attribute_key% %association_handle
        
         
        
     
             
                    
                    
        
    
            
        
                            Given no mask, we inspect the attributes on an entry to retrieve a
display text label for it.