You are here

public function ParagraphsItemEntity::hostEntityType in Paragraphs 7

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

1 call to ParagraphsItemEntity::hostEntityType()
ParagraphsItemEntity::instanceInfo in ./ParagraphsItemEntity.inc
Provides info about the field instance referencing this paragraphs item.

File

./ParagraphsItemEntity.inc, line 248

Class

ParagraphsItemEntity
Entity implementation for the paragraphs entity.

Code

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