You are here

public function ParagraphsItemEntity::hostEntityId in Paragraphs 7

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

File

./ParagraphsItemEntity.inc, line 255

Class

ParagraphsItemEntity
Entity implementation for the paragraphs entity.

Code

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