eZ\Publish\Core\REST\Server\Controller\ObjectState::loadObjectStateGroup PHP Méthode

loadObjectStateGroup() public méthode

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