AttributeStore
class AttributeStore extends AbstractRequestAwareStore
Stores GridField action state on an attribute on the action and then analyses request parameters to load it back
Methods
array
save(string $id, array $state)
Save the given state against the given ID returning an associative array to be added as attributes on the form action
array
load(string $id)
Load state for a given ID
Details
in AbstractRequestAwareStore at line 12
HTTPRequest
getRequest()
at line 17
array
save(string $id, array $state)
Save the given state against the given ID returning an associative array to be added as attributes on the form action
at line 31
array
load(string $id)
Load state for a given ID