SessionStore
class SessionStore extends AbstractRequestAwareStore implements StateStore
Stores GridField action state in the session in exactly the same way it has in the past
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 19
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 33
array
load(string $id)
Load state for a given ID