GridField_ActionMenuLink
interface GridField_ActionMenuLink implements GridField_ActionMenuItem (View source)
Allows GridField_ActionMenuItem to act as a link
Methods
                    public                                                                            
                
                    string
                
                                
                
            
                    public                                                                            
                
                    array
                
                                
                    getExtraData(GridField $gridField, ModelData $record, $columnName)
        
                                            
                
            Gets any extra data that could go in to the schema that the menu generates
Details
        
                            string
    getTitle(GridField $gridField, ModelData $record, $columnName)
        
    
    Gets the title for this menu item
        
                            array
    getExtraData(GridField $gridField, ModelData $record, $columnName)
        
    
    Gets any extra data that could go in to the schema that the menu generates
        
                            string|null
    getGroup(GridField $gridField, ModelData $record, $columnName)
        
    
    Gets the group this menu item will belong to. A null value should indicate the button should not display.