eZ\Publish\Core\SignalSlot\ObjectStateService::loadObjectStateGroup PHP Method

loadObjectStateGroup() public method

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