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

loadObjectStateGroup() public method

Loads an object state group.
public loadObjectStateGroup ( $objectStateGroupId ) : eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup
$objectStateGroupId
return eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup
    public function loadObjectStateGroup($objectStateGroupId)
    {
        return $this->objectStateService->loadObjectStateGroup($objectStateGroupId);
    }