You are here

public function ParagraphsItemEntity::hostEntityRevisionId in Paragraphs 7

Returns the revisions id of the host entity embedding this paragraphs item.

File

./ParagraphsItemEntity.inc, line 262

Class

ParagraphsItemEntity
Entity implementation for the paragraphs entity.

Code

public function hostEntityRevisionId() {
  return $this->hostEntityRevisionId;
}