trait GridFieldStateAware

A trait that makes a class able to consume and use a {@link GridFieldStateManagerInterface} implementation

Methods

getStateManager()

Fallback on the direct Injector access, but allow a custom implementation to be applied

Details

at line 23
GridFieldStateAware setStateManager(GridFieldStateManagerInterface $manager)

Parameters

GridFieldStateManagerInterface $manager

Return Value

GridFieldStateAware

at line 36
GridFieldStateManagerInterface getStateManager()

Fallback on the direct Injector access, but allow a custom implementation to be applied