GridFieldStateManager
class GridFieldStateManager implements GridFieldStateManagerInterface (View source)
Creates a unique key for the gridfield, and uses that to write to and retrieve its state from the request
Methods
Details
        
                            string
    getStateKey(GridField $gridField)
        
    
    No description
        
                            string
    addStateToURL(GridField $gridField, string $url)
        
    
    No description
        
                            string|null
    getStateFromRequest(GridField $gridField, HTTPRequest $request)
        
    
    No description