eZ\Publish\Core\REST\Server\Controller\ObjectState::loadObjectStateGroups PHP Method

loadObjectStateGroups() public method

Returns a list of all object state groups.
public loadObjectStateGroups ( ) : ObjectStateGroupList
return eZ\Publish\Core\REST\Server\Values\ObjectStateGroupList
    public function loadObjectStateGroups()
    {
        return new Values\ObjectStateGroupList($this->objectStateService->loadObjectStateGroups());
    }