GridFieldStateManagerInterface
interface GridFieldStateManagerInterface (View source)
Defines a class that can create a key for a gridfield and apply its state to a request, and consume 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