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

loadObjectStateGroups() public méthode

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