eZ\Publish\Core\REST\Client\Values\Content\VersionInfo::getContentInfo PHP Method

getContentInfo() public method

Content of the content this version belongs to.
public getContentInfo ( ) : ContentInfo
return ContentInfo
    public function getContentInfo()
    {
        return $this->contentService->loadContentInfo($this->contentInfoId);
    }