loadContentInfo() public method

To load fields use loadContent
public loadContentInfo ( integer $contentId ) : eZ\Publish\API\Repository\Values\Content\ContentInfo
$contentId integer
return eZ\Publish\API\Repository\Values\Content\ContentInfo
Example #1
0
 /**
  * Content of the content this version belongs to.
  *
  * @return ContentInfo
  */
 public function getContentInfo()
 {
     return $this->contentService->loadContentInfo($this->contentInfoId);
 }